Skip to content

Commit 94946db

Browse files
author
Jose Narvaez
committed
Manually alligned comments.
1 parent 5943af3 commit 94946db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/liblog/directive.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ pub fn parse_logging_spec(spec: &str) -> (Vec<LogDirective>, Option<String>) {
5656
parts.next().map(|s| s.trim()),
5757
parts.next()) {
5858
(Some(part0), None, None) => {
59-
// if the single argument is a log-level string or number,
60-
// treat that as a global fallback
59+
// if the single argument is a log-level string or number,
60+
// treat that as a global fallback
6161
match parse_log_level(part0) {
6262
Some(num) => (num, None),
6363
None => (::MAX_LOG_LEVEL, Some(part0)),

0 commit comments

Comments
 (0)