CK-240: fix lint errors

This commit is contained in:
Geert Premereur
2020-01-08 11:04:33 +01:00
committed by Andreas Hocevar
parent a30a92a963
commit dc957ec104

View File

@@ -417,8 +417,8 @@ describe('ol.interaction.Select', function() {
const style = new Style({});
const features = new Collection();
firstInteraction = new Select({ style, features });
secondInteraction = new Select({ style, features });
firstInteraction = new Select({style, features});
secondInteraction = new Select({style, features});
});
afterEach(function() {