Skip to content

Commit

Permalink
Add line ending enum to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
javachaos committed Mar 26, 2024
1 parent ff7f4e7 commit a53b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -26,7 +26,7 @@ mod loggers;

pub use self::config::{
format_description, Config, ConfigBuilder, FormatItem, LevelPadding, TargetPadding,
ThreadLogMode, ThreadPadding,
ThreadLogMode, ThreadPadding, LineEnding,
};
#[cfg(feature = "test")]
pub use self::loggers::TestLogger;
Expand Down

0 comments on commit a53b0e3

Please sign in to comment.