Skip to content

Commit 7587c4b

Browse files
committed
chore: format
1 parent cfa5a8e commit 7587c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-cloud-storage/ios/CloudStorageEventEmitter.swift

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

33
@objc(CloudStorageEventEmitter)
44
class CloudStorageEventEmitter: RCTEventEmitter {
5-
public static var shared: CloudStorageEventEmitter!
5+
static var shared: CloudStorageEventEmitter!
66

77
override init() {
88
super.init()

0 commit comments

Comments
 (0)