Skip to content

Commit 0fd5469

Browse files
committed
cargo format
1 parent 0a4bbc6 commit 0fd5469

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/main.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,11 +2473,7 @@ sha256 = "bbb"
24732473

24742474
cmd_lsp(
24752475
&project_dir,
2476-
vec![
2477-
"helix".to_string(),
2478-
"vscode".to_string(),
2479-
"zed".to_string(),
2480-
],
2476+
vec!["helix".to_string(), "vscode".to_string(), "zed".to_string()],
24812477
)
24822478
.unwrap();
24832479

0 commit comments

Comments
 (0)