Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 18, 2024
1 parent 646462e commit 672f42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
/// use tiny_bail::prelude::*;
/// ```
pub mod prelude {
pub use super::{b, bq, or_break, or_break_quiet, c, cq, or_continue, or_continue_quiet, or_return, or_return_quiet, r, rq};
pub use super::{
b, bq, c, cq, or_break, or_break_quiet, or_continue, or_continue_quiet, or_return,
or_return_quiet, r, rq,
};
}

// Verify that the log level feature combination is sane.
Expand Down

0 comments on commit 672f42f

Please sign in to comment.