fix analyzer

This commit is contained in:
Salvatore Giordano
2021-07-22 15:02:58 +02:00
parent 526450d4de
commit 3a8480c7a4
@@ -30,7 +30,6 @@ class CustomGoldenFileComparator extends LocalFileComparator {
}
@override
Future<void> update(Uri golden, Uint8List imageBytes) {
return super.update(golden, imageBytes);
}
Future<void> update(Uri golden, Uint8List imageBytes) =>
super.update(golden, imageBytes);
}