1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

reformat according to .editorconfig

This commit is contained in:
oblonski 2015-09-17 08:38:52 +02:00
parent ddb6c8d658
commit 01bf0d55af
37 changed files with 39 additions and 38 deletions

View file

@ -86,7 +86,7 @@ public class MultipleDepotExample {
vrpBuilder.setFleetSize(FleetSize.FINITE);
/*
* build the problem
* build the problem
*/
VehicleRoutingProblem vrp = vrpBuilder.build();