Skip to content

Commit

Permalink
style: remove duplicate space (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly authored Jan 5, 2023
1 parent f617051 commit 00dd8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (g *Gen) writeDocSwagger(config *Config, swagger *spec.Swagger) error {
return err
}

g.debug.Printf("create docs.go at %+v", docFileName)
g.debug.Printf("create docs.go at %+v", docFileName)

return nil
}
Expand All @@ -259,7 +259,7 @@ func (g *Gen) writeJSONSwagger(config *Config, swagger *spec.Swagger) error {
return err
}

g.debug.Printf("create swagger.json at %+v", jsonFileName)
g.debug.Printf("create swagger.json at %+v", jsonFileName)

return nil
}
Expand Down Expand Up @@ -288,7 +288,7 @@ func (g *Gen) writeYAMLSwagger(config *Config, swagger *spec.Swagger) error {
return err
}

g.debug.Printf("create swagger.yaml at %+v", yamlFileName)
g.debug.Printf("create swagger.yaml at %+v", yamlFileName)

return nil
}
Expand Down

0 comments on commit 00dd8cb

Please sign in to comment.