Skip to content

Commit

Permalink
Peppering the word “public” everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith committed Oct 6, 2020
1 parent e8f5dbb commit 8738862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TelemetryClient/TelemetryClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public struct TelemetryManagerConfiguration {
public let telemetryAppID: String
public let telemetryServerBaseURL: URL

init(appID: String, baseURL: URL? = nil) {
public init(appID: String, baseURL: URL? = nil) {
self.telemetryAppID = appID

if let baseURL = baseURL {
Expand Down

0 comments on commit 8738862

Please sign in to comment.