https://github.com/ashishps1/awesome-low-level-design/blob/43017e5e22eeedcf74234e6b80fcbec3a7554ab5/solutions/java/src/parkinglot/entities/ParkingSpot.java#L50 Shouldn't it be: return spotSize = VehicleSize.SMALL || spotSize == VehicleSize.MEDIUM || spotSize == VehicleSize.LARGE;
awesome-low-level-design/solutions/java/src/parkinglot/entities/ParkingSpot.java
Line 50 in 43017e5
Shouldn't it be:
return spotSize = VehicleSize.SMALL || spotSize == VehicleSize.MEDIUM || spotSize == VehicleSize.LARGE;