mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
fix rustfmt
This commit is contained in:
parent
bd667efa7b
commit
f99987bb35
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ fn escape(s: &str) -> String {
|
|||
pub fn generate_dircolors_config() -> String {
|
||||
let mut config = String::new();
|
||||
|
||||
config.push_str(
|
||||
config.push_str(
|
||||
"\
|
||||
# Configuration file for dircolors, a utility to help you set the\n\
|
||||
# LS_COLORS environment variable used by GNU ls with the --color option.\n\
|
||||
|
|
Loading…
Reference in a new issue