Skip to content

Commit

Permalink
Remove unnecessary public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 30, 2024
1 parent fdfa0c8 commit 100843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/InternalQueue/EventStoreIQWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EventStoreIQWrapper: NSObject, EventStore {

private let eventStore: EventStore

public init(eventStore: EventStore) {
init(eventStore: EventStore) {
self.eventStore = eventStore
}

Expand Down

0 comments on commit 100843e

Please sign in to comment.