Skip to content

Commit

Permalink
Update internal/session/manager.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <[email protected]>
  • Loading branch information
ainghazal and bassosimone authored Jan 12, 2024
1 parent f556efc commit daf4b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/session/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Manager struct {
// Ready is a channel where we signal that we can start accepting data, because we've
// successfully generated key material for the data channel.
// TODO(ainghazal): find a better way?
Ready chan (any)
Ready chan any
}

// NewManager returns a [Manager] ready to be used.
Expand Down

0 comments on commit daf4b18

Please sign in to comment.