Skip to content

Commit 056bb02

Browse files
committed
[Nit] Add the missing whitespace
1 parent c3b0ced commit 056bb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/flutterflow_cli.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ArgResults _parseArgs(List<String> args) {
127127
..addFlag(
128128
'as-debug',
129129
negatable: true,
130-
help: 'Generate the project with debug logging to be able to use'
130+
help: 'Generate the project with debug logging to be able to use '
131131
'FlutterFlow Debug Panel inside the DevTools.',
132132
defaultsTo: false,
133133
);

0 commit comments

Comments
 (0)