Please jshint

This commit is contained in:
Daniel García Aubert
2018-04-10 15:56:52 +02:00
parent d1a4057a8d
commit 1bbd84b37a
@@ -13,7 +13,14 @@ const QueryTables = require('cartodb-query-tables');
* @type {CreateLayergroupMapConfigProvider}
*/
function CreateLayergroupMapConfigProvider(mapConfig, user, userLimitsBackend, pgConnection, affectedTablesCache, params) {
function CreateLayergroupMapConfigProvider(
mapConfig,
user,
userLimitsBackend,
pgConnection,
affectedTablesCache,
params
) {
this.mapConfig = mapConfig;
this.user = user;
this.userLimitsBackend = userLimitsBackend;