Skip to content

Commit e9b70ac

Browse files
committed
run formatter
1 parent d83aa89 commit e9b70ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commands/runTest.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,7 @@ export async function runTest(
223223
});
224224
}
225225

226-
const COMMON_ARGS = [
227-
"--formatter",
228-
"ElixirLS.DebugAdapter.ExUnitFormatter",
229-
];
226+
const COMMON_ARGS = ["--formatter", "ElixirLS.DebugAdapter.ExUnitFormatter"];
230227

231228
function buildTestCommandArgs(args: RunTestArgs, debug: boolean): string[] {
232229
let line = "";

0 commit comments

Comments
 (0)