Skip to content

Commit

Permalink
Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Mar 8, 2024
1 parent e32b690 commit 06b5dc4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ extension NotificationHandler {
}

#if !os(macOS)
/// Empty default implementation.
public func receiveRemoteNotification(_ remoteNotification: [AnyHashable: Any]) async -> BackgroundFetchResult {
.noData
}
#else
/// Empty default implementation.
public func receiveRemoteNotification(_ remoteNotification: [AnyHashable: Any]) {}
#endif
}

0 comments on commit 06b5dc4

Please sign in to comment.