dubeejw commented on a change in pull request #2326: (Review) Alphabetize
URL:
https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r125915726
##########
File path: tools/cli/go-whisk-cli/commands/api.go
##########
@@ -1306,7 +1353,7 @@ func getLargestActionNameSizeV2(retApiArray
*whisk.RetApiArrayV2, apiPath string
func getLargestApiNameSizeV2(retApiArray *whisk.RetApiArrayV2, apiPath string,
apiVerb string) int {
var maxNameSize = 0
- for i:=0; i<len(retApiArray.Apis); i++ {
+ for i := 0; i<len(retApiArray.Apis); i++ {
Review comment:
Spaces needed `i < len`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services