Skip to content

Commit 7869e69

Browse files
fix: format code to match Dart standards
1 parent e39cdd1 commit 7869e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bademagic_module/bluetooth/connect_state.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'base_ble_state.dart';
66
class ConnectState extends RetryBleState {
77
final ScanResult scanResult;
88
final DataTransferManager manager;
9-
final String displayName;
9+
final String displayName;
1010

1111
ConnectState({
1212
required this.manager,

0 commit comments

Comments
 (0)