Skip to content

Commit dbcb3ad

Browse files
committed
Fix some formatting
1 parent 3036904 commit dbcb3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pub fn to_string(bytes: u64, si_prefix: bool) -> String {
245245
}
246246

247247
impl Display for ByteSize {
248-
fn fmt(&self, f: &mut Formatter) ->fmt::Result {
248+
fn fmt(&self, f: &mut Formatter) -> fmt::Result {
249249
f.pad(&to_string(self.0, false))
250250
}
251251
}

0 commit comments

Comments
 (0)