From d6d8ba9d902dc2a63d9052b02e1e03ada43ea6dd Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Tue, 27 Jul 2021 09:24:57 +0900 Subject: [PATCH] Fix warning when upgrading to flutter-2.4.0-4.2.pre (#19) --- lib/executable.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/executable.dart b/lib/executable.dart index 0b9014c..cb3ac64 100644 --- a/lib/executable.dart +++ b/lib/executable.dart @@ -84,7 +84,7 @@ Future main(List args) async { DevicesCommand(verboseHelp: verboseHelp), DoctorCommand(verbose: verbose), EmulatorsCommand(), - FormatCommand(), + FormatCommand(verboseHelp: verbose), GenerateLocalizationsCommand( fileSystem: globals.fs, logger: globals.logger,