Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Oct 12, 2023
1 parent 60f691b commit 2145cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected boolean parkVehicleAtLink(Id<Vehicle> vehicleId, Id<Link> linkId, doub
return true;
} else {
throw new RuntimeException("no parking reservation found for vehicle " + vehicleId.toString()
+ "arrival on link " + linkId + " with parking restriction");
+ " arrival on link " + linkId + " with parking restriction");
}
}
}
Expand Down

0 comments on commit 2145cf2

Please sign in to comment.