rem space

This commit is contained in:
Besok 2019-11-09 18:57:31 +00:00
parent 8f85353baf
commit 74c7273381

View File

@ -43,6 +43,6 @@ public class InvestorRole extends CustomerRole {
} }
public String invest() { 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);
} }
} }