From af897dc674b65e20d8c8ae70d8126e5b962ede0f Mon Sep 17 00:00:00 2001 From: Strycher Date: Sat, 18 Jul 2026 21:54:54 -0400 Subject: [PATCH] chore(#298): drop em-dash from _pathDiag doc comment Style rule, comment only. No behaviour change; the handed-over test builds were produced from 060a808 and differ from this commit by one character in a doc comment. --- lib/connector/meshcore_connector.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/connector/meshcore_connector.dart b/lib/connector/meshcore_connector.dart index 8e4087b..2fb3a16 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -496,9 +496,9 @@ class MeshCoreConnector extends ChangeNotifier { /// being sliced at, the resulting hop count, and the hop-grouped bytes. /// /// Captures previously logged only the byte length, which made it impossible - /// to tell a single 2-byte hop from two 1-byte hops — the exact question - /// #240/#279 turn on. One line, existing log sites only, no new per-frame - /// logging. (#298) + /// to tell a single 2-byte hop from two 1-byte hops. That is the exact + /// question #240/#279 turn on. One line, existing log sites only, no new + /// per-frame logging. (#298) String _pathDiag(List pathBytes, int byteLen) { if (byteLen < 0) return 'flood'; final w = _pathHashByteWidth;