Skip to content

Commit

Permalink
Run mage proto (#3084)
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Held <[email protected]>
  • Loading branch information
zuqq authored Oct 31, 2023
1 parent 81b375f commit b1e51c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/api.swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package api
// SwaggerJsonTemplate is a generated function returning the template as a string.
// That string should be parsed by the functions of the golang's template package.
func SwaggerJsonTemplate() string {
tmpl := "{\n" +
var tmpl = "{\n" +
" \"consumes\": [\n" +
" \"application/json\"\n" +
" ],\n" +
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/binoculars/api.swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package binoculars
// SwaggerJsonTemplate is a generated function returning the template as a string.
// That string should be parsed by the functions of the golang's template package.
func SwaggerJsonTemplate() string {
tmpl := "{\n" +
var tmpl = "{\n" +
" \"consumes\": [\n" +
" \"application/json\"\n" +
" ],\n" +
Expand Down

0 comments on commit b1e51c2

Please sign in to comment.