Skip to content

Commit

Permalink
Merge pull request #26 from Witcher01/master
Browse files Browse the repository at this point in the history
consistent formatting of SpeedTestResult Display
  • Loading branch information
westandskif committed Mar 14, 2022
2 parents 9617530 + 340fa7f commit dad9c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/speed_test.rs
Expand Up @@ -73,7 +73,7 @@ impl fmt::Display for SpeedTestResult {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(
f,
"SpeedTestResult {{ speed: {}; elapsed: {:?}; connection_time: {:?}}}",
"SpeedTestResult {{ speed: {}; elapsed: {:?}; connection_time: {:?} }}",
self.fmt_speed(),
self.elapsed,
self.connection_time,
Expand Down

0 comments on commit dad9c23

Please sign in to comment.