mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Rmove blank line
This commit is contained in:
parent
b0e278f32e
commit
1930411e61
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class CoreWalletsService {
|
|||
private final Function<Long, String> formatSatoshis = (sats) ->
|
||||
btcFormat.format(BigDecimal.valueOf(sats).divide(satoshiDivisor));
|
||||
|
||||
|
||||
@Inject
|
||||
public CoreWalletsService(Balances balances,
|
||||
WalletsManager walletsManager,
|
||||
|
|
Loading…
Add table
Reference in a new issue