Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Oct 7, 2024
1 parent ea6c829 commit 9339902
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,6 @@ mod tests {
#[test]
fn module_version_static() {
let version = raw_module_version_discriminator();
assert_eq!(
version,
"5b35f8ce52"
);
assert_eq!(version, "5b35f8ce52");
}
}

0 comments on commit 9339902

Please sign in to comment.