Skip to content

Commit

Permalink
fix: fmt check lint (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 committed Jun 18, 2020
1 parent 366e536 commit 940d072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ func (parser *Parser) ParseAPI(searchDir string, mainAPIFile string) error {
if err = parser.packages.RangeFiles(parser.ParseRouterAPIInfo); err != nil {
return err
}
return parser.checkOperationIDUniqueness()

return parser.checkOperationIDUniqueness()
}

func getPkgName(searchDir string) (string, error) {
Expand Down

0 comments on commit 940d072

Please sign in to comment.