forked from quic-go/quic-go
run gofumpt, enable the gofumpt linter
This commit is contained in:
@@ -57,8 +57,10 @@ type sendStream struct {
|
||||
version protocol.VersionNumber
|
||||
}
|
||||
|
||||
var _ SendStream = &sendStream{}
|
||||
var _ sendStreamI = &sendStream{}
|
||||
var (
|
||||
_ SendStream = &sendStream{}
|
||||
_ sendStreamI = &sendStream{}
|
||||
)
|
||||
|
||||
func newSendStream(
|
||||
streamID protocol.StreamID,
|
||||
|
||||
Reference in New Issue
Block a user