fix formatting

This commit is contained in:
Fabian Freund
2026-02-06 13:00:52 +01:00
parent b2dc0b7064
commit 5cfef24f77
6 changed files with 65 additions and 38 deletions
+3 -1
View File
@@ -74,7 +74,9 @@ class SelectFeedDialogRoute extends GoRouteData with $SelectFeedDialogRoute {
),
);
return BottomSheetPage(builder: (_) => SelectFeedDialog(feedUris: feedUris));
return BottomSheetPage(
builder: (_) => SelectFeedDialog(feedUris: feedUris),
);
}
}