Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 10, 2024
1 parent d83aa89 commit e9b70ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit e9b70ac

Please sign in to comment.