mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08: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…
x
Reference in New Issue
Block a user