mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-12 08:12:27 +01:00
run cargo fmt
This commit is contained in:
@@ -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