Skip to content

Commit

Permalink
Make reporters public
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Mar 20, 2021
1 parent 34b352c commit 71dd0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DiagnosticsReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum DiagnosticsReporter {
case logs
case userDefaults

var reporter: DiagnosticsReporting.Type {
public var reporter: DiagnosticsReporting.Type {
switch self {
case .generalInfo:
return GeneralInfoReporter.self
Expand Down

0 comments on commit 71dd0bf

Please sign in to comment.