diff --git a/src/display.rs b/src/display.rs index 39c6539..a1a8a17 100644 --- a/src/display.rs +++ b/src/display.rs @@ -383,7 +383,7 @@ mod tests { by_filecount: false, num_chars_needed_on_left_most: 5, base_size: 1, - longest_string_length: longest_string_length, + longest_string_length, ls_colors: LsColors::from_env().unwrap_or_default(), } }