Skip to content

Commit

Permalink
Merge pull request #74 from haluzpav/patch-1
Browse files Browse the repository at this point in the history
Fix default level padding in docs
  • Loading branch information
Drakulix committed Apr 5, 2021
2 parents cbd48ec + 1b007b5 commit adeb9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Expand Up @@ -122,7 +122,7 @@ impl ConfigBuilder {
self
}

/// Set how the levels should be padded, when logging (default is Left)
/// Set how the levels should be padded, when logging (default is Off)
pub fn set_level_padding(&mut self, padding: LevelPadding) -> &mut ConfigBuilder {
self.0.level_padding = padding;
self
Expand Down

0 comments on commit adeb9cb

Please sign in to comment.