paste reformat mess fix

This commit is contained in:
NikVolf 2016-07-06 20:25:42 +03:00
parent 2abf1df667
commit 5dd5983568

View File

@ -848,7 +848,6 @@ impl BlockChainClient for Client {
.collect::<Vec<LocalizedLogEntry>>() .collect::<Vec<LocalizedLogEntry>>()
}) })
.collect::<Vec<LocalizedLogEntry>>() .collect::<Vec<LocalizedLogEntry>>()
}) })
.collect() .collect()
} }