Skip to content

Commit

Permalink
fix: fix service template generate error in kitex error (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
xince-fun authored Sep 13, 2024
1 parent 3489990 commit ba38d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/kitex/server/standard/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body: |-
return nil
}
{{else -}}
{{else}}
// New{{.Name}}Service new {{.Name}}Service
func New{{.Name}}Service(ctx context.Context) *{{.Name}}Service {
Expand Down

0 comments on commit ba38d82

Please sign in to comment.