formatting omission fix

This commit is contained in:
Vladimir Komendantskiy 2018-07-12 22:25:44 +01:00
parent 7fb1017bb1
commit 92f0602dd7
1 changed files with 1 additions and 4 deletions

View File

@ -78,10 +78,7 @@ where
N: Clone,
{
pub fn new(output: VecDeque<O>, fault_log: FaultLog<N>) -> Self {
Step {
output,
fault_log,
}
Step { output, fault_log }
}
}