Skip to content

Commit 50ab46e

Browse files
committed
Remove incidental whitespace-only diff from protocol PR
1 parent dc193be commit 50ab46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/connector/meshcore_connector.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,7 @@ class MeshCoreConnector extends ChangeNotifier {
18451845
if (frame.length >= 81) {
18461846
_clientRepeat = frame[80] != 0;
18471847
}
1848+
18481849
// Firmware reports MAX_CONTACTS / 2 for v3+ device info.
18491850
final reportedContacts = frame[2];
18501851
final reportedChannels = frame[3];

0 commit comments

Comments
 (0)