Skip to content

Commit e646920

Browse files
committed
Format example main.dart
1 parent 487d98e commit e646920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BluetoothOffScreen extends StatelessWidget {
5151
color: Colors.white54,
5252
),
5353
Text(
54-
'Bluetooth Adapter is ${state != null ? state.toString().substring(15): 'not available'}.',
54+
'Bluetooth Adapter is ${state != null ? state.toString().substring(15) : 'not available'}.',
5555
style: Theme.of(context)
5656
.primaryTextTheme
5757
.subhead

0 commit comments

Comments
 (0)