Remove newline

This commit is contained in:
Danny Tuppeny 2018-04-19 08:33:28 +01:00 committed by Danny Tuppeny
parent 2144c7a6d3
commit 259dd571a2

View File

@ -63,7 +63,7 @@ class EmulatorsCommand extends FlutterCommand {
printStatus('No emulators available.\n\n'
// TODO: Change these when we support creation
// 'You may need to create images using "flutter emulators --create"\n'
'You may need to create one using Android Studio\n'
'You may need to create one using Android Studio '
'or visit https://flutter.io/setup/ for troubleshooting tips.');
final List<String> diagnostics =
await emulatorManager.getEmulatorDiagnostics();