mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2082 from chinmaygarde/lint_fix
Fix linter error regarding extra braces in string interpolation in devices.dart
This commit is contained in:
commit
304694df6f
@ -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