Skip to content

Commit

Permalink
Fix default level padding in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haluzpav committed Apr 5, 2021
1 parent cbd48ec commit 1b007b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
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 1b007b5

Please sign in to comment.