Skip to content

Commit 8fc25d0

Browse files
committed
Minor formatting improvement
1 parent c0bc15e commit 8fc25d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Logging/FormattedLogHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public struct FormattedLogHandler: LogHandler {
4646
}
4747

4848
#if DEBUG
49-
return "\($0.timestamp()) [\($0.label)] \($0.level.symbol) \(message)"
49+
return "\($0.timestamp()) \($0.level.symbol) [\($0.label)] \(message)"
5050
#else
5151
let filename = URL(fileURLWithPath: $0.file)
5252
.deletingPathExtension()

0 commit comments

Comments
 (0)