Skip to content

Commit

Permalink
Line break comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 30, 2024
1 parent 5ad1f35 commit 136a8c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neqo-transport/src/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1641,9 +1641,9 @@ impl Connection {
Err(e) => {
match e {
Error::KeysPending(cspace) => {
// This packet can't be decrypted because we don't have the keys
// yet. Don't check this packet for
// a stateless reset, just return.
// This packet can't be decrypted because we
// don't have the keys yet. Don't check this
// packet for a stateless reset, just return.
let remaining = slc.len();
self.save_datagram(cspace, d, remaining, now);
return Ok(());
Expand Down

0 comments on commit 136a8c4

Please sign in to comment.