Format: run go fmt ./...

This commit is contained in:
loyalsoldier
2020-08-30 21:17:22 +08:00
parent 4c9210cf11
commit 1fa89b32d4
9 changed files with 20 additions and 21 deletions
+4 -4
View File
@@ -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)
}()
}