Selaa lähdekoodia

code review changes

Matthew R. Kasun 3 vuotta sitten
vanhempi
commit
d2313b0275
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {