diff --git a/java.html.markdown b/java.html.markdown index 84978ecc..74140120 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -535,7 +535,7 @@ class PennyFarthing extends Bicycle { // (Penny Farthings are those bicycles with the big front wheel. // They have no gears.) - public PennyFarthing(int startCadence, int startSpeed){ + public PennyFarthing(int startCadence, int startSpeed) { // Call the parent constructor with super super(startCadence, startSpeed, 0, "PennyFarthing"); }