mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +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,
|
||||
server CryptoSetup, sChunkChan <-chan chunk) {
|
||||
server CryptoSetup, sChunkChan <-chan chunk,
|
||||
) {
|
||||
done := make(chan struct{})
|
||||
go func() {
|
||||
defer GinkgoRecover()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue