fix lints

This commit is contained in:
Fabian Freund
2026-05-22 19:16:03 +02:00
parent a5974617aa
commit ee99d28379
72 changed files with 244 additions and 274 deletions
@@ -261,7 +261,7 @@ class UBlockAssetsRegistry {
return count;
}
static UBlockAssetsRegistry fromJson(Map<String, dynamic> json) {
factory UBlockAssetsRegistry.fromJson(Map<String, dynamic> json) {
final entries = <String, UBlockAssetEntry>{};
for (final entry in json.entries) {
if (entry.value is Map<String, dynamic>) {