Skip to content

Commit

Permalink
Update RefdsLogger.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed Jul 17, 2024
1 parent 548e6ec commit 0d47071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RefdsShared/Logger/RefdsLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public extension RefdsLogger {
}

public final class RefdsLoggerSystem {
static let shared = RefdsLoggerSystem()
public static let shared = RefdsLoggerSystem()

public func info(
bundle: String? = Bundle.main.bundleIdentifier,
Expand Down

0 comments on commit 0d47071

Please sign in to comment.