From ad4cd2067b30a08f31957777036070c0ed5e9f82 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Tue, 17 Apr 2018 10:39:39 +0200 Subject: [PATCH] JShint fix --- test/acceptance/mvt-regressions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/acceptance/mvt-regressions.js b/test/acceptance/mvt-regressions.js index 98f263d0..8ff28f50 100644 --- a/test/acceptance/mvt-regressions.js +++ b/test/acceptance/mvt-regressions.js @@ -100,7 +100,8 @@ describe('MVT Mapnik', function () { { type: 'cartodb', options: { - sql: "select ldc, cartodb_id, _2016_6_partcntry, the_geom_webmercator, country from countries_null_values where country = 'Kenya' OR country = 'Sudan' LIMIT 3", + sql: "select ldc, cartodb_id, _2016_6_partcntry, the_geom_webmercator, country " + + "from countries_null_values where country = 'Kenya' OR country = 'Sudan' LIMIT 3", } } ]