Skip to content

Commit

Permalink
removed blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Aug 29, 2021
1 parent def3659 commit 67d5b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func setFlags(conf *clab.Config) {
}

func enrichNodes(containers []types.GenericContainer, nodesMap map[string]nodes.Node, mgmtNet string) {

for _, c := range containers {
name = c.Labels["clab-node-name"]
if node, ok := nodesMap[name]; ok {
Expand Down

0 comments on commit 67d5b87

Please sign in to comment.