From aa84f1629ffb3e6541a1d6fd8ab3a64e37171aba Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 7 Sep 2023 11:01:48 +0100 Subject: [PATCH] style: prettier --- src/executable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executable.ts b/src/executable.ts index 1aa98776..3018cd97 100644 --- a/src/executable.ts +++ b/src/executable.ts @@ -30,7 +30,7 @@ export function getCodingAssistantAssetsPath(): string { console.log( "Derived Sourcery Coding Assistant Assets Path: ", codingAssistantAssetsPath - ) + ); return codingAssistantAssetsPath; }