Fix indentation

This commit is contained in:
Konstantin Knizhnik
2021-09-21 20:35:52 +03:00
parent e28960b816
commit b472e28f3a

View File

@@ -732,7 +732,7 @@ impl<'a> BeMessage<'a> {
BeMessage::KeepAlive(req) => {
buf.put_u8(b'd');
write_body(buf, |buf| {
buf.put_u8(b'k');
buf.put_u8(b'k');
buf.put_u64(req.sent_ptr);
buf.put_i64(req.timestamp);
buf.put_u8(if req.request_reply { 1u8 } else { 0u8 });