From 9fb45aa2d2f952799382ae1a244a46a3e7b42c0d Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:06:52 +0100 Subject: [PATCH] fix prettier --- src/ol/interaction/DragAndDrop.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ol/interaction/DragAndDrop.js b/src/ol/interaction/DragAndDrop.js index d5caa1aa39..e8f942521a 100644 --- a/src/ol/interaction/DragAndDrop.js +++ b/src/ol/interaction/DragAndDrop.js @@ -149,7 +149,9 @@ class DragAndDrop extends Interaction { if (features && features.length > 0) { if (this.source_) { this.source_.clear(); - this.source_.addFeatures(/** @type {Array} */ (features)); + this.source_.addFeatures( + /** @type {Array} */ (features) + ); } this.dispatchEvent( new DragAndDropEvent(