1
0
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:
sharkdp
2018-09-26 19:16:03 +02:00
parent 64903bb858
commit 80da0dc619
4 changed files with 38 additions and 28 deletions

View File

@@ -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