Skip to content

Commit

Permalink
Run clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed Aug 7, 2024
1 parent 6a40ea3 commit c4a65c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/find/matchers/ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ impl Ls {
};
let path = file_info.path().to_string_lossy();

match write!(
match writeln!(
out,
" {:<4} {:>6} {:<10} {:>3} {:<8} {:<8} {:>8} {} {}\n",
" {:<4} {:>6} {:<10} {:>3} {:<8} {:<8} {:>8} {} {}",
inode_number,
number_of_blocks,
permission,
Expand Down

0 comments on commit c4a65c3

Please sign in to comment.