Skip to content

Commit

Permalink
Undo accidental and unrelated edit
Browse files Browse the repository at this point in the history
(cherry picked from commit cd4c2db)
  • Loading branch information
LemmingAvalanche committed Oct 16, 2021
1 parent 2508506 commit f35b68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Expand Up @@ -204,7 +204,7 @@ pub fn c_cmp_to_ordering(cmp: c_int) -> Ordering {
pub fn path_to_repo_path(path: &Path) -> Result<CString, Error> {
macro_rules! err {
($msg:literal, $path:expr) => {
return Err(Error::from_str(&format!($msg, $path.display())));
return Err(Error::from_str(&format!($msg, $path.display())))
};
}
match path.components().next() {
Expand Down

0 comments on commit f35b68f

Please sign in to comment.