Skip to content

Commit

Permalink
fix go vet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Oct 29, 2019
1 parent 753953b commit ebd6ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapi_v2_spec_analyser.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func (specAnalyser *specV2Analyser) postDefined(resourceRootPath string) bool {
return true
}

func (SpecAnalyser *specV2Analyser) bodyParameterExists(resourceRootPostOperation *spec.Operation) *spec.Parameter {
func (specAnalyser *specV2Analyser) bodyParameterExists(resourceRootPostOperation *spec.Operation) *spec.Parameter {
if resourceRootPostOperation == nil {
return nil
}
Expand Down

0 comments on commit ebd6ac1

Please sign in to comment.