refactor: fix clippy lint

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-07-19 23:30:57 +02:00
parent 7c68f2758d
commit cdcc241167

View File

@ -361,7 +361,7 @@ fn cmd_mount_inner(cli: &Cli) -> Result<()> {
let first_sb = &sbs[0];
if unsafe { bcachefs::bch2_sb_is_encrypted(first_sb.sb) } {
handle_unlock(cli, &first_sb)?;
handle_unlock(cli, first_sb)?;
}
for sb in &mut sbs {