mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
run cargo fmt
This commit is contained in:
@@ -50,7 +50,8 @@ impl BatTester {
|
||||
&format!("--wrap={}", if wrap { "character" } else { "never" }),
|
||||
&format!("--tabs={}", tab_width),
|
||||
&format!("--style={}", style),
|
||||
]).output()
|
||||
])
|
||||
.output()
|
||||
.expect("bat failed");
|
||||
|
||||
// have to do the replace because the filename in the header changes based on the current working directory
|
||||
|
Reference in New Issue
Block a user