mirror of
https://github.com/sharkdp/bat
synced 2026-07-11 15:03:19 +00:00
run cargo fmt
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user