Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 1, 2024
1 parent 953bf49 commit 37ea2f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ macro_rules! r {
None => {
$crate::log_on_bail!($expr);
return $return;
},
}
}
};

Expand All @@ -55,7 +55,7 @@ macro_rules! r {
None => {
$crate::log_on_bail!($expr);
return Default::default();
},
}
}
};
}
Expand Down Expand Up @@ -88,7 +88,7 @@ macro_rules! c {
None => {
$crate::log_on_bail!($expr);
continue;
},
}
}
};
}
Expand All @@ -103,4 +103,3 @@ macro_rules! cq {
}
};
}

0 comments on commit 37ea2f0

Please sign in to comment.