fmt
This commit is contained in:
parent
ff8a89a075
commit
f1b034d4f8
2 changed files with 5 additions and 4 deletions
|
@ -14,8 +14,7 @@ use std::{
|
|||
};
|
||||
use util::ResultExt;
|
||||
|
||||
const SERVER_PATH: &'static str =
|
||||
"node_modules/svelte-language-server/bin/server.js";
|
||||
const SERVER_PATH: &'static str = "node_modules/svelte-language-server/bin/server.js";
|
||||
|
||||
fn server_binary_arguments(server_path: &Path) -> Vec<OsString> {
|
||||
vec![server_path.into(), "--stdio".into()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue