mirror of
https://github.com/flutter/samples.git
synced 2026-03-28 07:11:50 +00:00
Enable some extra lints for compass app client (#2560)
Enable a few more lints that were mostly followed already for consistency.
This commit is contained in:
@@ -48,7 +48,7 @@ void main() {
|
||||
});
|
||||
|
||||
test('should only run once', () async {
|
||||
int count = 0;
|
||||
var count = 0;
|
||||
final command = Command0<int>(() => Future.value(Result.ok(count++)));
|
||||
final future = command.execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user