We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0688843 commit 3897f38Copy full SHA for 3897f38
lib/symbols/flutter_symbols.dart
@@ -62,7 +62,7 @@ Future<bool> _run({
62
}
63
64
if (command.command?.name == 'delete') {
65
- if(!command.wasParsed('id')) {
+ if (!command.wasParsed('id')) {
66
print('Missing mandatory arguments');
67
print(buildParserSymbols().usage);
68
return false;
0 commit comments