Skip to content

Commit

Permalink
Fix missing } (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Jan 2, 2024
2 parents 1cb422b + ffdc58c commit 6c50edf
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 6c50edf

Please sign in to comment.