Add trailing newline

This commit is contained in:
Edwin Cheng 2020-02-20 16:49:31 +08:00
parent d70ddec746
commit e7a0d8f8d0

View file

@ -7,3 +7,4 @@ export function serverVersion(): Cmd {
vscode.window.showInformationMessage('rust-analyzer version : ' + ServerVersion);
};
}