Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 4, 2024
1 parent 65b9cad commit d811f74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ pub fn test_fs() -> FileSystem {
let memory = DefaultMemoryImpl::default();

let storage = StableStorage::new(memory);

let fs = FileSystem::new(Box::new(storage)).unwrap();

fs
FileSystem::new(Box::new(storage)).unwrap()
}

#[cfg(test)]
Expand Down

0 comments on commit d811f74

Please sign in to comment.