refactor: remove new line

This commit is contained in:
Ayo 2023-01-21 21:06:12 +01:00
parent 9bf4a6e21e
commit b2e43bb11c

View file

@ -131,7 +131,6 @@ function preprocess(items: NotificationSlot[]): NotificationSlot[] {
flattenedNotifications.push(item)
}
}
return groupItems(flattenedNotifications)
}