fix codestyle

This commit is contained in:
Konstantin Pogorelov
2017-09-23 11:35:30 +02:00
parent 47fd051aba
commit d58b434f0a

View File

@@ -161,7 +161,7 @@ function main(opts) {
}
if (hasCustomLabels(opts, true)) {
let customLabels = opts.includeCustomLabels;
for(var key in customLabels){
for (let key in customLabels){
labels[key] = customLabels[key];
}
}