Fix warning when upgrading to flutter-2.4.0-4.2.pre (#19)

This commit is contained in:
Hidenori Matsubayashi
2021-07-27 09:24:57 +09:00
committed by GitHub
parent 200391b629
commit d6d8ba9d90
+1 -1
View File
@@ -84,7 +84,7 @@ Future<void> main(List<String> args) async {
DevicesCommand(verboseHelp: verboseHelp),
DoctorCommand(verbose: verbose),
EmulatorsCommand(),
FormatCommand(),
FormatCommand(verboseHelp: verbose),
GenerateLocalizationsCommand(
fileSystem: globals.fs,
logger: globals.logger,