Skip to content

Commit

Permalink
chore(crlf): add .gitattributes eol lf
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido committed Apr 8, 2024
1 parent ec0525e commit f575215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
@Component
@RequiredArgsConstructor
public class PriceScheduler {
private static final Long CHANGE_MONEY_RANGE = 200000L;
private final PriceRepository priceRepository;
private final TradeRepository tradeRepository;
private final CoinAccountRepository coinAccountRepository;
private static final Long CHANGE_MONEY_RANGE = 200000L;

@Scheduled(fixedRate = 180000)
void changePrice() {
Expand Down

0 comments on commit f575215

Please sign in to comment.