From 92f0602dd7bb928defcfa05b33b793be78a05afc Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Thu, 12 Jul 2018 22:25:44 +0100 Subject: [PATCH] formatting omission fix --- src/messaging.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/messaging.rs b/src/messaging.rs index e9d5534..c529be9 100644 --- a/src/messaging.rs +++ b/src/messaging.rs @@ -78,10 +78,7 @@ where N: Clone, { pub fn new(output: VecDeque, fault_log: FaultLog) -> Self { - Step { - output, - fault_log, - } + Step { output, fault_log } } }