Skip to content
Prev Previous commit
Next Next commit
rem space
  • Loading branch information
Besok committed Nov 9, 2019
commit 74c7273381a9c2fb521f1aa3b2924d9d290c876b
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public void setAmountToInvest(long amountToInvest) {
}

public String invest() {
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
return String.format("Investor %s has invested %d dollars", name, amountToInvest);
}
}