Skip to content

Commit 2909cbe

Browse files
committed
lint fix
1 parent 58482b9 commit 2909cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ export function createClient(clojureLspPath: string): LanguageClient | undefined
3737
? {
3838
command: path.join(process.env.JAVA_HOME!, "bin", "java"),
3939
args: ["-jar", clojureLspPath],
40-
}
40+
}
4141
: {
4242
command: clojureLspPath,
4343
args: config().executableArgs,
44-
};
44+
};
4545
logger.debug("ServerOptions", executable);
4646

4747
const serverOptions: ServerOptions = {

0 commit comments

Comments
 (0)