1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-11 15:03:19 +00:00

run cargo fmt

This commit is contained in:
sharkdp
2018-09-26 19:16:03 +02:00
parent 64903bb858
commit 80da0dc619
4 changed files with 38 additions and 28 deletions
+2 -1
View File
@@ -319,7 +319,8 @@ impl<'a> Printer for InteractivePrinter<'a> {
.iter()
.map(|ref d| d
.generate(line_number, true, self)
.text).collect::<Vec<String>>()
.text)
.collect::<Vec<String>>()
.join(" ")
))
} else {