Skip to content

Commit

Permalink
style(java/testing): remove useless blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Nov 13, 2023
1 parent 95ca588 commit bf36404
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ public void withdraw(final int usrID, final double amount) {
protected boolean isWithdrawAllowed(final double amount) {
return (amount > 0 && getBalance() > amount);
}

}

0 comments on commit bf36404

Please sign in to comment.