Browse Source

adjusts Display impl

master
Jonathan Strong 7 years ago
parent
commit
653b8fc26d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/latency.rs

+ 1
- 1
src/latency.rs View File

@@ -168,7 +168,7 @@ impl<W> Display for LatencyUpdate<W>
where W: MeasurementWindow where W: MeasurementWindow
{ {
fn fmt(&self, f: &mut Formatter) -> fmt::Result { fn fmt(&self, f: &mut Formatter) -> fmt::Result {
write!(f, " Latency\n gdax ws: ");
write!(f, " gdax ws: ");
tfmt_write(self.gdax_ws, f); tfmt_write(self.gdax_ws, f);
write!(f, "\n krkn pub: "); write!(f, "\n krkn pub: ");
tfmt_write(self.krkn_pub, f); tfmt_write(self.krkn_pub, f);


Loading…
Cancel
Save