diff --git a/src/latency.rs b/src/latency.rs index 6f31dc7..7b61842 100644 --- a/src/latency.rs +++ b/src/latency.rs @@ -168,7 +168,7 @@ impl Display for LatencyUpdate where W: MeasurementWindow { fn fmt(&self, f: &mut Formatter) -> fmt::Result { - write!(f, " Latency\n gdax ws: "); + write!(f, " gdax ws: "); tfmt_write(self.gdax_ws, f); write!(f, "\n krkn pub: "); tfmt_write(self.krkn_pub, f);