Skip to content

Commit

Permalink
Fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Nerma authored Nov 11, 2023
1 parent 50b5880 commit b8a9a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ mod engine;
pub use engine::Reedline;

mod result;
pub use result::{Result, ReedlineError};
pub use result::{ReedlineError, Result};

mod history;
#[cfg(any(feature = "sqlite", feature = "sqlite-dynlib"))]
Expand Down

0 comments on commit b8a9a5d

Please sign in to comment.