Skip to content

Commit

Permalink
Lintfix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Apr 5, 2024
1 parent dd081c4 commit 5cef829
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rfs/rfsdeb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ impl DebRootFsScan {
p = p.join(DPKG_DBF);

if !p.exists() {
return Err(Error::new(
ErrorKind::NotFound,
format!("{:?} not found", p.as_os_str()),
));
return Err(Error::new(ErrorKind::NotFound, format!("{:?} not found", p.as_os_str())));
}

Ok(DebRootFsScan { rootfs: p })
Expand Down

0 comments on commit 5cef829

Please sign in to comment.