mdeuser commented on a change in pull request #2475: Fix error string replicate 
issue.
URL: 
https://github.com/apache/incubator-openwhisk/pull/2475#discussion_r127439830
 
 

 ##########
 File path: tools/cli/go-whisk/whisk/action.go
 ##########
 @@ -153,7 +153,7 @@ func (s *ActionService) List(packageName string, options 
*ActionListOptions) ([]
     return actions, resp, err
 }
 
-func (s *ActionService) Insert(action *Action, overwrite bool) (*Action, 
*http.Response, error) {
+func (s *ActionService)         Insert(action *Action, overwrite bool) 
(*Action, *http.Response, error) {
 
 Review comment:
   is the added whitespace intentional?
 
----------------------------------------------------------------
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

Reply via email to