Skip to content

Commit

Permalink
#143 : Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Feb 26, 2022
1 parent e60ed5f commit 9776598
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public class ExchangeConfig {

@Schema(
description =
"Optional, but required by the inbuilt Exchange Adapters to configure their exchange trading "
+ " API credentials - see the sample exchange.yaml config files for details")
"Optional, but required by the inbuilt Exchange Adapters to configure their exchange "
+ "trading API credentials - see the sample exchange.yaml config files for details")
private Map<String, String> authenticationConfig;

@Schema(
Expand Down

0 comments on commit 9776598

Please sign in to comment.