Skip to content

Commit fe43e52

Browse files
committed
fix: remove trailing comma after struct spread in test
1 parent 1c84e2e commit fe43e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/vite_global_cli/src/commands/env

crates/vite_global_cli/src/commands/env/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ mod tests {
11541154
let temp_path = AbsolutePathBuf::new(temp_dir.path().to_path_buf()).unwrap();
11551155
let _guard = vite_shared::EnvConfig::test_guard(vite_shared::EnvConfig {
11561156
node_version: Some("22.0.0".into()),
1157-
..vite_shared::EnvConfig::for_test_with_home(temp_dir.path()),
1157+
..vite_shared::EnvConfig::for_test_with_home(temp_dir.path())
11581158
});
11591159

11601160
// Create .node-version file

0 commit comments

Comments
 (0)