[pkg/nnbd_migration] remove a leading space from a message

Change-Id: Ida7bc63a1aa90e252b3bd65263f5d0a72e906c87
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170747
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Devon Carew 2020-11-07 22:02:26 +00:00 committed by commit-bot@chromium.org
parent 8b2adff0b4
commit beb56d51f6

View file

@ -18,7 +18,7 @@ const String unmigratedDependenciesWarning = '''
Warning: package has unmigrated dependencies.
Continuing due to the presence of `$_skipImportCheckFlag`. To see a complete
list of these libraries, re-run without the `$_skipImportCheckFlag` flag.
list of these libraries, re-run without the `$_skipImportCheckFlag` flag.
''';
String unmigratedDependenciesError(List<String> uris) => '''