mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix linter error regarding extra braces in string interpolation in devices.dart
This commit is contained in:
parent
6ab25977c5
commit
d299b05ab3
@ -31,7 +31,7 @@ class DevicesCommand extends FlutterCommand {
|
||||
|
||||
for (Device device in devices) {
|
||||
String supportIndicator = device.isSupported() ? '' : '- unsupported';
|
||||
printStatus('${device.name} (${device.id}) ${supportIndicator}');
|
||||
printStatus('${device.name} (${device.id}) $supportIndicator');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user