Skip to content

Commit fd034f3

Browse files
committed
chore: remove blank lines
1 parent 00720a4 commit fd034f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • crates/vite_global_cli/src/commands

crates/vite_global_cli/src/commands/shell.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ mod tests {
437437
assert_eq!(shell, Shell::PowerShell);
438438
}
439439

440-
441440
#[test]
442441
fn test_detect_shell_vp_shell_fish() {
443442
let _guard = vite_shared::EnvConfig::test_guard(vite_shared::EnvConfig {
@@ -447,6 +446,4 @@ mod tests {
447446
let shell = detect_shell();
448447
assert_eq!(shell, Shell::Fish);
449448
}
450-
451-
452449
}

0 commit comments

Comments
 (0)