Skip to content

Commit

Permalink
Clang Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Oct 22, 2024
1 parent 029bf20 commit aa11e46
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ - (void)requestPermissionsImpl:(bool)soundPermission
}

- (void)checkPermissions:(NSDictionary *_Nonnull)arguments
result:(FlutterResult _Nonnull)result API_AVAILABLE(ios(10.0)) {
result:(FlutterResult _Nonnull)result
API_AVAILABLE(ios(10.0)) {
UNUserNotificationCenter *center =
[UNUserNotificationCenter currentNotificationCenter];

Expand Down Expand Up @@ -548,7 +549,8 @@ - (void)zonedSchedule:(NSDictionary *_Nonnull)arguments
}

- (void)periodicallyShow:(NSDictionary *_Nonnull)arguments
result:(FlutterResult _Nonnull)result API_AVAILABLE(ios(10.0)) {
result:(FlutterResult _Nonnull)result
API_AVAILABLE(ios(10.0)) {
UNMutableNotificationContent *content =
[self buildStandardNotificationContent:arguments result:result];
UNTimeIntervalNotificationTrigger *trigger =
Expand Down

0 comments on commit aa11e46

Please sign in to comment.