Skip to content

Commit 4a3fce7

Browse files
committed
Formatting
1 parent 8df16e2 commit 4a3fce7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/bin.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ fn run() -> io::Result<()> {
4242
let path_str = String::from_utf8_lossy(&buf[..(buf.len() - 1)]);
4343
#[cfg(windows)]
4444
let path_str = path_str.trim_end_matches('\r');
45-
print_path(
46-
&mut stdout,
47-
&ls_colors,
48-
path_str.as_ref(),
49-
)?;
45+
print_path(&mut stdout, &ls_colors, path_str.as_ref())?;
5046

5147
buf.clear();
5248
}

0 commit comments

Comments
 (0)