Browse Source

code review changes

Matthew R. Kasun 3 years ago
parent
commit
b354ff9d8a
1 changed files with 1 additions and 1 deletions
  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() {
 func InitalizeZombies() {
 	nodes, err := GetAllNodes()
 	nodes, err := GetAllNodes()
 	if err != nil {
 	if err != nil {