Skip to content

Commit 3909632

Browse files
committed
♻️ Make private
1 parent 4a0deb8 commit 3909632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IO/EventStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import EventKit
22

33
struct EventStore {
4-
let eventStore = EKEventStore()
4+
private let eventStore = EKEventStore()
55

66
private func grantAccess() -> EKEventStore {
77
if #available(macOS 14, *) {

0 commit comments

Comments
 (0)