mirror of
https://github.com/flutter/samples.git
synced 2026-03-30 16:23:23 +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:
@@ -79,7 +79,7 @@ class Command0<T> extends Command<T> {
|
||||
|
||||
/// Executes the action.
|
||||
Future<void> execute() async {
|
||||
await _execute(() => _action());
|
||||
await _execute(_action);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user