mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Add trailing newline
This commit is contained in:
parent
d70ddec746
commit
e7a0d8f8d0
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@ export function serverVersion(): Cmd {
|
||||||
return () => {
|
return () => {
|
||||||
vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion);
|
vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue