Skip to content

Commit

Permalink
Format example main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Apr 2, 2020
1 parent 487d98e commit e646920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BluetoothOffScreen extends StatelessWidget {
color: Colors.white54,
),
Text(
'Bluetooth Adapter is ${state != null ? state.toString().substring(15): 'not available'}.',
'Bluetooth Adapter is ${state != null ? state.toString().substring(15) : 'not available'}.',
style: Theme.of(context)
.primaryTextTheme
.subhead
Expand Down

0 comments on commit e646920

Please sign in to comment.