Skip to content

Commit f11c7ca

Browse files
fix: Apply rustfmt formatting to tests_archive.rs
Format test code to match rustfmt expectations after clippy fixes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 712c554 commit f11c7ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rcompare_core/src/vfs/tests_archive.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ mod tests {
193193
let mut zip = zip::ZipWriter::new(file);
194194
let _ = zip.finish().expect("Failed to finish ZIP");
195195

196-
let vfs =
197-
WritableZipVfs::new(zip_path.clone()).expect("Failed to create WritableZipVfs");
196+
let vfs = WritableZipVfs::new(zip_path.clone()).expect("Failed to create WritableZipVfs");
198197

199198
// Write a file
200199
vfs.write_file(&PathBuf::from("new.txt"), b"New content")

0 commit comments

Comments
 (0)