Skip to content

Commit 96e9491

Browse files
committed
lint
1 parent e00859b commit 96e9491

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/vite_global_cli/src/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,7 @@ async fn main() -> ExitCode {
230230
vite_shared::init_tracing();
231231

232232
// Handle shell completion
233-
CompleteEnv::with_factory(command_with_help)
234-
.var("VP_COMPLETE")
235-
.complete();
233+
CompleteEnv::with_factory(command_with_help).var("VP_COMPLETE").complete();
236234

237235
// Check for shim mode (invoked as node, npm, or npx)
238236
let mut args: Vec<String> = std::env::args().collect();

0 commit comments

Comments
 (0)