Skip to content

Commit 287fae7

Browse files
committed
fix(vite_global_cli): format
1 parent d8d98a1 commit 287fae7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/vite_global_cli/src/shim/cache.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,6 @@ mod tests {
390390

391391
// Loading from removed file should return empty default cache
392392
let loaded_cache = ResolveCache::load(&cache_file);
393-
assert!(
394-
loaded_cache.get(&temp_path).is_none(),
395-
"Cache should be empty after invalidation"
396-
);
393+
assert!(loaded_cache.get(&temp_path).is_none(), "Cache should be empty after invalidation");
397394
}
398395
}

0 commit comments

Comments
 (0)