Skip to content

Commit b9bfd88

Browse files
AnkaAnka
authored andcommitted
Swift Format
1 parent 6099141 commit b9bfd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_local_notifications/macos/flutter_local_notifications/Sources/flutter_local_notifications/FlutterLocalNotificationsPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public class FlutterLocalNotificationsPlugin: NSObject, FlutterPlugin, UNUserNot
227227

228228
func configureNotificationCategories(_ arguments: [String: AnyObject],
229229
withCompletionHandler completionHandler: @escaping () -> Void) {
230-
230+
231231
if let categories = arguments["notificationCategories"] as? [[String: AnyObject]] {
232232
var notificationCategories = Set<UNNotificationCategory>()
233233

0 commit comments

Comments
 (0)