1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-14 17:22:25 +01:00

Run 'cargo fmt'

This commit is contained in:
sharkdp
2018-08-18 17:39:10 +02:00
committed by David Peter
parent 037861e588
commit 268577c6f9
3 changed files with 39 additions and 57 deletions

View File

@@ -153,8 +153,7 @@ impl<'a> Printer<'a> {
text,
true_color,
colored_output,
))
.collect::<Vec<_>>()
)).collect::<Vec<_>>()
.join("")
)?;
} else {
@@ -216,8 +215,7 @@ impl<'a> Printer<'a> {
.iter()
.map(|ref d| d
.generate(self.line_number, true, self)
.text)
.collect::<Vec<String>>()
.text).collect::<Vec<String>>()
.join(" ")
))
} else {