Skip to content

Commit 62b126a

Browse files
committed
remove extra comma
1 parent 39af212 commit 62b126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-device-activity/ios/Shared.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ func hasHigherTriggeredEvent(
12351235

12361236
func isEqual(
12371237
_ selection1: FamilyActivitySelection,
1238-
_ selection2: FamilyActivitySelection,
1238+
_ selection2: FamilyActivitySelection
12391239
) -> Bool {
12401240
let diff = symmetricDifference(selection1, selection2)
12411241
return diff.categoryTokens.isEmpty && diff.applicationTokens.isEmpty

0 commit comments

Comments
 (0)