dart's formatter keeps breaking my stuff

This commit is contained in:
Lea 2023-02-02 10:55:33 +01:00
parent 26e6e0721a
commit 15d48b6d36
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -79,8 +79,7 @@ void callbackDispatcher() {
}
await FlutterLocalNotificationsPlugin().show(
Random().nextInt(10000000), // Can't use the post ID here because
// FreshRSS's IDs are too large
Random().nextInt(10000000), // Can't use the post ID here because FreshRSS's IDs are too large
feed != null ? 'New post - ${feed.title}' : 'New post',
item.title,
NotificationDetails(