Skip to content

Commit 6c0095a

Browse files
committed
Dummy code-style fix
1 parent 0b4fcb6 commit 6c0095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/OSLogLogger.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public struct OSLogLogger : LogHandler {
2424
Example: "`com.xcode-actions.oslog-logger:LogHandler`".
2525

2626
If there is no colon in the given label
27-
we set the category to “`<none>`” (it cannot be `nil`, suprisingly, and we decided against the empty String to be able to still filter this category)
28-
and we use the whole label for the subsystem.
27+
we set the category to “`<none>`” (it cannot be `nil`, suprisingly, and we decided against the empty String to be able to still filter this category)
28+
and we use the whole label for the subsystem.
2929

3030
It is _not_ possible to have a subsystem containing a colon using this initializer. */
3131
public init(label: String, metadataProvider: Logging.Logger.MetadataProvider? = LoggingSystem.metadataProvider) {

0 commit comments

Comments
 (0)