Skip to content

Commit 3897f38

Browse files
committed
format
1 parent 0688843 commit 3897f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/symbols/flutter_symbols.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Future<bool> _run({
6262
}
6363

6464
if (command.command?.name == 'delete') {
65-
if(!command.wasParsed('id')) {
65+
if (!command.wasParsed('id')) {
6666
print('Missing mandatory arguments');
6767
print(buildParserSymbols().usage);
6868
return false;

0 commit comments

Comments
 (0)