2
0
Matthew R. Kasun 3 жил өмнө
parent
commit
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 {