Skip to content

Commit 8b427ae

Browse files
committed
Add trailing newline
1 parent b3d88f3 commit 8b427ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/code/src/commands/server_version.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export function serverVersion(): Cmd {
66
return () => {
77
vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion);
88
};
9-
}
9+
}
10+

0 commit comments

Comments
 (0)