Skip to content

Commit

Permalink
refactor: mvn spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippFr committed Sep 12, 2022
1 parent 3cb8888 commit 1155461
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public TopicControllerApi topicControllerApi(ApiClient apiClient) {
@Bean
@Primary
@Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)
public ApiClient topicApiClient(
RestTemplate restTemplate) {
public ApiClient topicApiClient(RestTemplate restTemplate) {
ApiClient apiClient = new TopicServiceApiClient(restTemplate);
apiClient.setBasePath(this.topicServiceApiUrl);
return apiClient;
Expand Down

0 comments on commit 1155461

Please sign in to comment.