Skip to content

Commit 689ebb9

Browse files
author
Przemyslaw Horban
committed
Fixed formatting
1 parent 1152e27 commit 689ebb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ async function queryForGithubToken(state: PersistentState): Promise<void> {
404404
function warnAboutRustLangExtensionConflict() {
405405
const rustLangExt = vscode.extensions.getExtension("rust-lang.rust");
406406
if (rustLangExt !== undefined) {
407-
vscode.window .showWarningMessage(
407+
vscode.window.showWarningMessage(
408408
"You have both rust-analyzer (matklad.rust-analyzer) and Rust (rust-lang.rust) " +
409409
"plugins enabled. These are known to conflict and cause various functions of " +
410-
"both plugins to not work correctly. You should disable one of them.", "Got it")
410+
"both plugins to not work correctly. You should disable one of them.", "Got it");
411411
};
412412
}

0 commit comments

Comments
 (0)