Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Feb 8, 2024
1 parent 87eb468 commit 4b8b5c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions internal/reliabletransport/reliable_reorder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import (

// test that we're able to reorder (towards TLS) whatever is received (from the muxer).
//
// dataOut
//
//
// ┌────┐ ┌──┴─┐
// │sndr│ │rcvr│
// └────┘ └────┘
//
// dataOut
// ▲
// │
// ┌────┐ ┌──┴─┐
// │sndr│ │rcvr│
// └────┘ └────┘
// ▲
// |
// dataIn
// dataIn
func TestReliable_Reordering_UP(t *testing.T) {
if testing.Verbose() {
log.SetLevel(log.DebugLevel)
Expand Down

0 comments on commit 4b8b5c5

Please sign in to comment.