We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95fe92 commit 53657f1Copy full SHA for 53657f1
1 file changed
engine/src/flutter/tools/pkg/github_action_generator/bin/github_action_generator.dart
@@ -1,5 +1,4 @@
1
-import 'package:github_action_generator/github_action_generator.dart'
2
- as github_action_generator;
+import 'package:github_action_generator/github_action_generator.dart' as github_action_generator;
3
4
void main(List<String> arguments) {
5
github_action_generator.main(arguments);
0 commit comments