Skip to content

Commit e08c44f

Browse files
committed
Formatting
1 parent 99bb4e6 commit e08c44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/messaging/ReliableMessageAnalyticsDelegate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class ReliableMessageAnalyticsDelegate
6868
// this value will be 0.
6969
uint32_t messageCounter = 0;
7070
// If the eventType is kRetransmission, this value will be populated with the number of the
71-
// retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second transmission of the message). This value should never
72-
// be 0.
71+
// retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second
72+
// transmission of the message). This value should never be 0.
7373
std::optional<uint8_t> retransmissionCount;
7474
};
7575

0 commit comments

Comments
 (0)