mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
run the updated version of gofumpt
This commit is contained in:
parent
7265441042
commit
0c6b3dfa93
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ var _ = Describe("Crypto Setup TLS", func() {
|
||||||
}
|
}
|
||||||
|
|
||||||
handshake := func(client CryptoSetup, cChunkChan <-chan chunk,
|
handshake := func(client CryptoSetup, cChunkChan <-chan chunk,
|
||||||
server CryptoSetup, sChunkChan <-chan chunk) {
|
server CryptoSetup, sChunkChan <-chan chunk,
|
||||||
|
) {
|
||||||
done := make(chan struct{})
|
done := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
defer GinkgoRecover()
|
defer GinkgoRecover()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue