mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove newline
This commit is contained in:
parent
2144c7a6d3
commit
259dd571a2
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user