调整格式等

This commit is contained in:
刘祥超
2021-07-20 19:01:37 +08:00
parent f38e80e82d
commit dcba9c2f3e
2 changed files with 1 additions and 3 deletions

View File

@@ -108,8 +108,6 @@ func (this *SyncAPINodesTask) isSame(endpoints1 []string, endpoints2 []string) b
return strings.Join(endpoints1, "&") == strings.Join(endpoints2, "&")
}
func (this *SyncAPINodesTask) testEndpoints(endpoints []string) bool {
if len(endpoints) == 0 {
return false