Skip to content

Commit 8a0aa9f

Browse files
authored
remove trailing spaces
1 parent 37972ae commit 8a0aa9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/time.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ impl Duration {
459459
None
460460
}
461461
}
462-
462+
463463
/// Returns the number of seconds contained by this `Duration` as `f64`.
464464
///
465465
/// The returned value does include the fractional (nanosecond) part of the duration.
@@ -497,7 +497,7 @@ impl Duration {
497497
nanos: (nanos % (NANOS_PER_SEC as u128)) as u32,
498498
}
499499
}
500-
500+
501501
/// Multiply `Duration` by `f64`.
502502
///
503503
/// # Examples

0 commit comments

Comments
 (0)