Fix comment indentation in telemetry.proto

This commit is contained in:
Dan D 2026-01-30 15:20:32 -05:00
parent c84d2440ff
commit 9f65fd00e7
No known key found for this signature in database

View file

@ -439,9 +439,9 @@ message LocalStats {
*/
uint32 heap_free_bytes = 13;
/*
* Number of packets that were dropped because the transmit queue was full.
*/
/*
* Number of packets that were dropped because the transmit queue was full.
*/
uint32 num_tx_dropped = 14;
/*