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.
fix/309-path-len-decode
Strycher 3 days ago
parent 1412290768
commit af897dc674

@ -496,9 +496,9 @@ class MeshCoreConnector extends ChangeNotifier {
/// being sliced at, the resulting hop count, and the hop-grouped bytes. /// being sliced at, the resulting hop count, and the hop-grouped bytes.
/// ///
/// Captures previously logged only the byte length, which made it impossible /// 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 /// to tell a single 2-byte hop from two 1-byte hops. That is the exact
/// #240/#279 turn on. One line, existing log sites only, no new per-frame /// question #240/#279 turn on. One line, existing log sites only, no new
/// logging. (#298) /// per-frame logging. (#298)
String _pathDiag(List<int> pathBytes, int byteLen) { String _pathDiag(List<int> pathBytes, int byteLen) {
if (byteLen < 0) return 'flood'; if (byteLen < 0) return 'flood';
final w = _pathHashByteWidth; final w = _pathHashByteWidth;

Loading…
Cancel
Save

Powered by TurnKey Linux.