From 83595c1187aa6ddc683ce2b0d805fb00f6428883 Mon Sep 17 00:00:00 2001 From: Miguel Andrade Date: Thu, 11 Apr 2024 15:31:20 +0100 Subject: [PATCH] fix linting --- tests/integration/components/marker-collection-test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/components/marker-collection-test.js b/tests/integration/components/marker-collection-test.js index f008fc7..bdd148e 100644 --- a/tests/integration/components/marker-collection-test.js +++ b/tests/integration/components/marker-collection-test.js @@ -50,10 +50,10 @@ module('Integration | Component | marker layer collection', function (hooks) { this.set('markers', [restaurant1, restaurant2, restaurant3, restaurant4]); await render(hbs` - {{#each this.markers as |m|}} - - {{/each}} - `); + {{#each this.markers as |m|}} + + {{/each}} +`); // pre-conditions assert.strictEqual(createLayersCount, 4);