remove redunant field name in struct

This commit is contained in:
tyler
2020-10-04 13:14:36 -05:00
parent 534f65069d
commit 459d386e43
+1 -1
View File
@@ -398,7 +398,7 @@ mod tests {
by_filecount: false, by_filecount: false,
num_chars_needed_on_left_most: 5, num_chars_needed_on_left_most: 5,
base_size: 1, base_size: 1,
longest_string_length: longest_string_length, longest_string_length,
ls_colors: LsColors::from_env().unwrap_or_default(), ls_colors: LsColors::from_env().unwrap_or_default(),
} }
} }