Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
welkeyever committed Apr 25, 2024
1 parent b46cf0b commit 1a85aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/hz/generator/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type HttpPackageGenerator struct {
IdlClientDir string // client dir for "client" command
ForceClientDir string // client dir without namespace for "client" command
BaseDomain string // request domain for "client" command
QueryEnumAsInt bool // client code use number for query parameter
QueryEnumAsInt bool // client code use number for query parameter
ServiceGenDir string

NeedModel bool
Expand Down
2 changes: 1 addition & 1 deletion pkg/app/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ type RequestContext struct {

binder binding.Binder
validator binding.StructValidator
exiled bool
exiled bool
}

func (ctx *RequestContext) Exile() {
Expand Down

0 comments on commit 1a85aab

Please sign in to comment.