瀏覽代碼

code review changes

Matthew R. Kasun 3 年之前
父節點
當前提交
d2313b0275
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      logic/zombie.go

+ 1 - 1
logic/zombie.go

@@ -77,7 +77,7 @@ func ManageZombies(ctx context.Context) {
 	}
 }
 
-//InitializeZombies - populates the zombie quarantine list (should be called from initialization)
+// InitializeZombies - populates the zombie quarantine list (should be called from initialization)
 func InitalizeZombies() {
 	nodes, err := GetAllNodes()
 	if err != nil {