Remove tab (#4212)

This commit is contained in:
Gav Wood
2019-11-26 18:39:08 +01:00
parent 52b5dee4f9
commit a758d54f6e
+1 -1
View File
@@ -126,7 +126,7 @@ pub trait SimpleSlotWorker<B: BlockT> {
let slot_now = SignedDuration::default().slot_now(slot_duration);
if slot_now > slot_number {
// if this is behind, return.
debug!(target: self.logging_target(),
debug!(target: self.logging_target(),
"Skipping proposal slot {} since our current view is {}",
slot_number, slot_now,
);