Skip to content

Commit

Permalink
Remove tab (paritytech#4212)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Nov 26, 2019
1 parent d9a565c commit d5fdf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/consensus/slots/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down

0 comments on commit d5fdf0a

Please sign in to comment.