Skip to content

Commit badee20

Browse files
committed
#102 : Fixed another sonar security issue
1 parent 96a91e1 commit badee20

File tree

1 file changed

+1
-1
lines changed
  • bxbot-core/src/main/java/com/gazbert/bxbot

1 file changed

+1
-1
lines changed

bxbot-core/src/main/java/com/gazbert/bxbot/BxBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public BxBot(TradingEngine tradingEngine) {
4545
}
4646

4747
public static void main(String[] args) {
48-
SpringApplication.run(BxBot.class, args);
48+
SpringApplication.run(BxBot.class);
4949
}
5050

5151
@Override

0 commit comments

Comments
 (0)