fix formatting

This commit is contained in:
Fabian Freund
2026-01-13 18:08:23 +01:00
parent 33e3fdd111
commit fa6878d2b2
22 changed files with 243 additions and 321 deletions
+1 -4
View File
@@ -90,10 +90,7 @@ class GenericWebsiteService extends _$GenericWebsiteService {
GenericWebsiteService()
: _iconsService = GeckoIconService(),
_browserIconCache = LRUCache(
50,
onEvict: (icon) => icon.image.dispose(),
);
_browserIconCache = LRUCache(50, onEvict: (icon) => icon.image.dispose());
@override
void build() {