mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix Spacing Inconsistency
Fix spacing inconsistency in PennyFarthing Constructor
This commit is contained in:
parent
b354013dc9
commit
7c15eaefcd
@ -519,7 +519,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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user