Skip to content

Commit 1451e75

Browse files
committed
fix formatting
1 parent 7308818 commit 1451e75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/uu/chmod/src/chmod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ impl Chmoder {
619619
);
620620
}
621621
let err = if e.kind() == std::io::ErrorKind::ReadOnlyFilesystem {
622-
ChmodError::ReadOnlyFileSystem(file_path.into())
623-
} else {
624-
ChmodError::PermissionDenied(file_path.into())
625-
};
622+
ChmodError::ReadOnlyFileSystem(file_path.into())
623+
} else {
624+
ChmodError::PermissionDenied(file_path.into())
625+
};
626626

627627
return Err(err.into());
628628
}

0 commit comments

Comments
 (0)