[gnome-maps/wip/routing2: 18/18] fixup routeservice



commit d0ed77ecc6dc9098db946bcd381163be02255dd5
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Sat May 3 00:47:38 2014 +0200

    fixup routeservice

 src/routeService.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/routeService.js b/src/routeService.js
index 089f1fa..8f1e971 100644
--- a/src/routeService.js
+++ b/src/routeService.js
@@ -81,7 +81,7 @@ const GraphHopper = new Lang.Class({
         case RouteQuery.Transportation.CAR:        return 'car';
         case RouteQuery.Transportation.BIKE:       return 'bike';
         case RouteQuery.Transportation.PEDESTRIAN: return 'foot';
-        default:                              return null;
+        default:                                   return null;
         }
     },
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]