Ver código fonte

code review changes

Matthew R. Kasun 3 anos atrás
pai
commit
d2313b0275
1 arquivos alterados com 1 adições e 1 exclusões
  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 {