Skip to content

Commit

Permalink
subscriber: add missing whitespace (review)
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyn martin committed Mar 11, 2021
1 parent e76beae commit 0926f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracing-subscriber/src/fmt/format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ impl LevelNames for Pretty {
const WARN_STR: &'static str = " WARN";
const ERROR_STR: &'static str = "ERROR";
}

impl LevelNames for Full {
const TRACE_STR: &'static str = "TRACE";
const DEBUG_STR: &'static str = "DEBUG";
Expand Down

0 comments on commit 0926f66

Please sign in to comment.