From 8782eeec561e490b4262ba8983e69623daaf5845 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 20:27:15 +1300 Subject: Add space after function keyword --- web/app/store/DistanceUnits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/store/DistanceUnits.js') diff --git a/web/app/store/DistanceUnits.js b/web/app/store/DistanceUnits.js index 943a4327c..bcccc0703 100644 --- a/web/app/store/DistanceUnits.js +++ b/web/app/store/DistanceUnits.js @@ -28,7 +28,7 @@ Ext.define('Traccar.store.DistanceUnits', { factor: 0.00621371 }], - formatValue: function(value, unit) { + formatValue: function (value, unit) { var model; if (unit) { model = this.findRecord('key', unit); -- cgit v1.2.3