diff --git a/packages/shorebird_cli/lib/src/validators/shorebird_flutter_validator.dart b/packages/shorebird_cli/lib/src/validators/shorebird_flutter_validator.dart index f4b30104..2cab293b 100644 --- a/packages/shorebird_cli/lib/src/validators/shorebird_flutter_validator.dart +++ b/packages/shorebird_cli/lib/src/validators/shorebird_flutter_validator.dart @@ -163,9 +163,7 @@ This can cause unexpected behavior if you are switching between the tools and th if (result.exitCode != 0) { throw FlutterValidationException( - ''' - Flutter version check did not complete successfully. - ${result.stderr}''', + 'Flutter version check did not complete successfully. ${result.stderr}', ); }