1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-31 18:21:43 +00:00

Formatted with newer cargo fmt.

It should pass all the checks now.
This commit is contained in:
eth-p
2018-05-15 17:45:58 -07:00
committed by sharkdp
parent 900f61032d
commit d569693dab
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ impl App {
.use_delimiter(true)
.takes_value(true)
.possible_values(&[
"auto", "full", "plain", "changes", "header", "grid", "numbers"
"auto", "full", "plain", "changes", "header", "grid", "numbers",
])
.default_value("auto")
.help("Additional info to display along with content"),