mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
Format: run go fmt ./...
This commit is contained in:
@@ -928,8 +928,8 @@ func TestVMessKCPLarge(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
defer func(){
|
||||
<-time.After(5*time.Second)
|
||||
defer func() {
|
||||
<-time.After(5 * time.Second)
|
||||
CloseAllServers(servers)
|
||||
}()
|
||||
}
|
||||
@@ -1178,8 +1178,8 @@ func TestVMessGCMMuxUDP(t *testing.T) {
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
||||
defer func(){
|
||||
<-time.After(5*time.Second)
|
||||
defer func() {
|
||||
<-time.After(5 * time.Second)
|
||||
CloseAllServers(servers)
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user