Skip to content

Commit 2c42415

Browse files
committed
fmt
1 parent fd943f7 commit 2c42415

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/powershell.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::env;
22
use std::fs;
3-
use zed_extension_api::{self as zed, Result};
43
use zed_extension_api::settings::LspSettings;
4+
use zed_extension_api::{self as zed, Result};
55

66
struct PowerShellExtension {
77
/// The PowerShell binary, default to `pwsh`.
@@ -75,7 +75,6 @@ impl zed::Extension for PowerShellExtension {
7575
LspSettings::for_worktree(language_server_id.as_ref(), worktree)
7676
.map(|settings| settings.settings)
7777
}
78-
7978
}
8079

8180
impl PowerShellExtension {
@@ -151,4 +150,3 @@ impl PowerShellExtension {
151150
}
152151

153152
zed::register_extension!(PowerShellExtension);
154-

0 commit comments

Comments
 (0)