Skip to content

Commit

Permalink
fix ci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufuyi committed Jun 16, 2024
1 parent 6cabd20 commit da4d86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql2code/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ func makeCode(stmt *ast.CreateTableStmt, opt options) (*codeText, error) {
}, nil
}

// nolint
func getModelStructCode(data tmplData, importPaths []string, isEmbed bool) (string, []string, error) {
// filter to ignore field fields
var newFields = []tmplField{}
Expand Down

0 comments on commit da4d86a

Please sign in to comment.