Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
godwinpang committed Jul 3, 2024
1 parent 81c84df commit b3d76a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/builder3/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ func (o *openAPI) buildOpenAPISpec(webServices []common.RouteContainer) error {

for _, route := range routes {
op, err := o.buildOperations(route, inPathCommonParamsMap)
if err != nil {
return err
}
if err != nil {
return err
}
sortParameters(op.Parameters)

switch strings.ToUpper(route.Method()) {
Expand Down

0 comments on commit b3d76a1

Please sign in to comment.