Skip to content

Commit 56e332c

Browse files
committed
fix: 修复golint问题
1 parent 7100dc6 commit 56e332c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ func (sc *serviceCache) postProcessServiceExports(services map[string]*model.Ser
727727
for i := range services {
728728
svc := services[i]
729729
if !svc.Valid {
730-
//服务被删除了,把所有的可见性都取消
730+
// 服务被删除了,把所有的可见性都取消
731731
// delete export services cache
732732
sc.exportServices.ReadRange(func(key string, val *utils.SyncMap[string, *model.Service]) {
733733
val.Delete(svc.ID)

0 commit comments

Comments
 (0)