Consitent quotes

This commit is contained in:
Daniel García Aubert
2019-09-13 18:11:47 +02:00
parent 329b5d9b9e
commit 824d41ef0f
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
const LruCache = require("lru-cache");
const LruCache = require('lru-cache');
const NamedMapMapConfigProvider = require('../models/mapconfig/provider/named-map-provider');
const { templateName } = require('../backends/template_maps');