Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 20, 2023
1 parent b9cab10 commit 7d3b97f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ protected WebClient generateWebClient() {

return WebClient.builder()
.baseUrl(kakaoProperties.getUrl())
.defaultHeader(
HttpHeaders.AUTHORIZATION, HEADER_PREFIX + kakaoProperties.getKey())
.defaultHeader(HttpHeaders.AUTHORIZATION, HEADER_PREFIX + kakaoProperties.getKey())
.exchangeStrategies(exchangeStrategies)
.build();
}
Expand Down

0 comments on commit 7d3b97f

Please sign in to comment.