From e9b70acd7d75a0b64b3042c99a6a22b4d9bdf6a6 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Wed, 10 Jul 2024 14:57:52 +0200 Subject: [PATCH] run formatter --- src/commands/runTest.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/runTest.ts b/src/commands/runTest.ts index 90b74fd..57c222d 100644 --- a/src/commands/runTest.ts +++ b/src/commands/runTest.ts @@ -223,10 +223,7 @@ export async function runTest( }); } -const COMMON_ARGS = [ - "--formatter", - "ElixirLS.DebugAdapter.ExUnitFormatter", -]; +const COMMON_ARGS = ["--formatter", "ElixirLS.DebugAdapter.ExUnitFormatter"]; function buildTestCommandArgs(args: RunTestArgs, debug: boolean): string[] { let line = "";