1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-30 18:11:44 +00:00

Auto-format Rust code

This commit is contained in:
sharkdp
2020-10-11 21:57:12 +02:00
parent de47bd2323
commit b3903175c8
2 changed files with 10 additions and 7 deletions
+1 -2
View File
@@ -44,8 +44,7 @@ pub fn generate_config_file() -> bat::error::Result<()> {
}
}
let default_config =
r#"# This is `bat`s configuration file. Each line either contains a comment or
let default_config = r#"# This is `bat`s configuration file. Each line either contains a comment or
# a command-line option that you want to pass to `bat` by default. You can
# run `bat --help` to get a list of all possible configuration options.