Commit 259dd571 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Remove newline

parent 2144c7a6
...@@ -63,7 +63,7 @@ class EmulatorsCommand extends FlutterCommand { ...@@ -63,7 +63,7 @@ class EmulatorsCommand extends FlutterCommand {
printStatus('No emulators available.\n\n' printStatus('No emulators available.\n\n'
// TODO: Change these when we support creation // TODO: Change these when we support creation
// 'You may need to create images using "flutter emulators --create"\n' // '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.'); 'or visit https://flutter.io/setup/ for troubleshooting tips.');
final List<String> diagnostics = final List<String> diagnostics =
await emulatorManager.getEmulatorDiagnostics(); await emulatorManager.getEmulatorDiagnostics();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment