Skip to content

Commit

Permalink
fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Dec 6, 2023
1 parent bd667ef commit f99987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/dircolors/src/dircolors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit f99987b

Please sign in to comment.