Skip to content

Commit

Permalink
Rmove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Jun 18, 2020
1 parent b0e278f commit 1930411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/bisq/core/grpc/CoreWalletsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1930411

Please sign in to comment.