Skip to content

Commit 8731970

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Logging/FormattedLogHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public struct FormattedLogHandler: LogHandler {
5252
.deletingPathExtension()
5353
.lastPathComponent
5454

55-
return "\($0.timestamp()) [\($0.label)] \($0.level.symbol) \(message) | \(filename), \($0.line)"
55+
return "\($0.timestamp()) \($0.level.symbol) [\($0.label)] \(message) | \(filename), \($0.line)"
5656
#endif
5757
}
5858

0 commit comments

Comments
 (0)