Skip to content

Commit

Permalink
add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Jan 2, 2024
1 parent 1cb422b commit ffdc58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/pro/cloudnode/smp/bankaccounts/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ else if (limit != null) {
BankAccounts.getInstance().getLogger().log(Level.SEVERE, "Could not get top balance accounts", e);
return new Account[0];
}
}

/*
* Get the server account
Expand Down

0 comments on commit ffdc58c

Please sign in to comment.