mirror of
https://github.com/sharkdp/bat
synced 2026-07-31 18:21:43 +00:00
Run 'cargo fmt'
This commit is contained in:
+2
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user