Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 26, 2024
1 parent d64db12 commit 6d7a80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/by-util/test_ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ enum AllocatedSizeVariant {

#[cfg(not(target_os = "freebsd"))]
fn get_allocated_size_variant(scene: &TestScenario, path: &Path) -> AllocatedSizeVariant {

match get_filesystem_type(scene, path).as_str() {
"f2fs" => return AllocatedSizeVariant::F2fs4100,
_ => {}
Expand Down

0 comments on commit 6d7a80a

Please sign in to comment.