Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
merelymyself committed Sep 21, 2022
1 parent 1a3d95a commit 5a8e37d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/meta/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,9 @@ mod test {
let name = Name::new(&file_path, file_type);

assert_eq!(
" \'\"\'\\\'\'.txt\'".to_string().with(Color::AnsiValue(184)),
" \'\"\'\\\'\'.txt\'"
.to_string()
.with(Color::AnsiValue(184)),
name.render(
&colors,
&icons,
Expand Down

0 comments on commit 5a8e37d

Please sign in to comment.