cli/command: fix formatting of comments, and minor linting issues

Comments should have a leading space unless the comment is
for special purposes (go:generate, nolint:)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-01-16 12:47:12 +01:00
parent 6e5528b650
commit 73dcf50d5a
4 changed files with 6 additions and 8 deletions

View File

@ -1036,7 +1036,7 @@ portLoop:
if _, ok := portSet[portConfigToString(&port)]; ok {
continue
}
//portSet[portConfigToString(&port)] = port
// portSet[portConfigToString(&port)] = port
newPorts = append(newPorts, port)
}
}