From 017413974d564428cf57c772fcd5e3ebd7383ae0 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 18 Mar 2024 10:43:26 -0400 Subject: [PATCH] Remove stray newline --- src/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index f83f033..ef232c3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,6 @@ // // SPDX-License-Identifier: MIT - import fs from 'fs'; import path from 'path';