forked from quic-go/quic-go
run gofumpt, enable the gofumpt linter
This commit is contained in:
@@ -22,9 +22,7 @@ func createHandshakeMessage(len int) []byte {
|
||||
}
|
||||
|
||||
var _ = Describe("Crypto Stream", func() {
|
||||
var (
|
||||
str cryptoStream
|
||||
)
|
||||
var str cryptoStream
|
||||
|
||||
BeforeEach(func() {
|
||||
str = newCryptoStream()
|
||||
|
||||
Reference in New Issue
Block a user