Skip to content

Commit

Permalink
Remove trailing spaces for codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Oct 25, 2020
1 parent 24ba921 commit 36ad137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public int getNumPastTrades(Trade trade) {
.collect(Collectors.toSet())
.size();
}

@Nullable
private Date getMaxTradePeriodDate() {
return dataModel.getTrade() != null
Expand Down

0 comments on commit 36ad137

Please sign in to comment.