Skip to content

Commit

Permalink
chore: pretty code style
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Jan 16, 2025
1 parent bd01387 commit 9b92349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ func httpProxyRedirect(br *broker, c *gin.Context) {
if location == "" {
location = cfg.HttpProxyRedirURL
if location != "" {
log.Debug().Msgf("use HttpProxyRedirURL from config:%s", location)
log.Debug().Msgf("use HttpProxyRedirURL from config: %s", location)
}
} else {
log.Debug().Msgf("use HttpProxyRedir from HTTP header:%s", location)
log.Debug().Msgf("use HttpProxyRedir from HTTP header: %s", location)
}

if location == "" {
Expand Down

0 comments on commit 9b92349

Please sign in to comment.