remove newline

This commit is contained in:
Artyom Pavlov 2018-09-12 11:52:19 +03:00 committed by GitHub
parent 36dff2a5de
commit 206ca68ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -616,7 +616,6 @@ impl DivAssign<u32> for Duration {
}
}
macro_rules! sum_durations {
($iter:expr) => {{
let mut total_secs: u64 = 0;