From a758d54f6e2efd3ae4a1c9f859ee5ae1c0f64a8c Mon Sep 17 00:00:00 2001
From: Gav Wood <gavin@parity.io>
Date: Tue, 26 Nov 2019 18:39:08 +0100
Subject: [PATCH] Remove tab (#4212)

---
 substrate/client/consensus/slots/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/client/consensus/slots/src/lib.rs b/substrate/client/consensus/slots/src/lib.rs
index 9819e1487d0..e3001ce0503 100644
--- a/substrate/client/consensus/slots/src/lib.rs
+++ b/substrate/client/consensus/slots/src/lib.rs
@@ -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,
 				);
-- 
GitLab