From f109641ac09f3e1c6b64c7be5e69327a47feb05b Mon Sep 17 00:00:00 2001 From: Carter Bertolini Date: Fri, 29 Sep 2023 16:44:00 -0400 Subject: [PATCH] Formatting --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index f0f3992..24791be 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,5 +10,5 @@ const logger = createLogger({ }) ), }); - - logger.info("Hello world!"); \ No newline at end of file + + logger.info("Hello world!");