Skip to content

Commit

Permalink
add a newline back
Browse files Browse the repository at this point in the history
  • Loading branch information
hothero committed Apr 17, 2020
1 parent e3abea4 commit 2c2bf91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/template_bundle/template_files.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions codegen/templates/http_client.tmpl
Expand Up @@ -95,6 +95,7 @@ func {{$exportName}}(deps *module.Dependencies) Client {
followRedirect = deps.Default.Config.MustGetBoolean("clients.{{$clientID}}.followRedirect")
}


circuitBreakerDisabled := configureCicruitBreaker(deps, timeoutVal)

return &{{$clientName}}{
Expand Down

0 comments on commit 2c2bf91

Please sign in to comment.