Unverified Commit 8b245d08 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

[flutter_tools] Fix redundant argument value lint (#91534)

parent 45ffcc64
...@@ -252,7 +252,7 @@ class IdeConfigCommand extends FlutterCommand { ...@@ -252,7 +252,7 @@ class IdeConfigCommand extends FlutterCommand {
_templateDirectory, _templateDirectory,
null, null,
fileSystem: globals.fs, fileSystem: globals.fs,
templateManifest: null, templateManifest: <Uri>{},
logger: globals.logger, logger: globals.logger,
templateRenderer: globals.templateRenderer, templateRenderer: globals.templateRenderer,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment