mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Clippy: Remove un-needed return
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ fn human_readable_number(size: u64, iso: bool) -> String {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return format!("{}B", size);
|
format!("{}B", size)
|
||||||
}
|
}
|
||||||
|
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|||||||
Reference in New Issue
Block a user