Skip to content

Commit 9a36cf6

Browse files
committed
lint
1 parent 871c2d3 commit 9a36cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ describe('mapbox plots', function() {
539539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
540540
var layer1 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
541541
layer1.type = 'line';
542-
542+
543543
var mapUpdate = {
544544
'mapbox.zoom': mockWithLayers.layout.mapbox.zoom,
545545
'mapbox.center.lon': mockWithLayers.layout.mapbox.center.lon,

0 commit comments

Comments
 (0)