From 0a4793e4bdb0407e02f5a9ab64f2a3a383b2a2f5 Mon Sep 17 00:00:00 2001 From: Gabriel Borges Date: Thu, 27 Feb 2025 12:24:01 -0300 Subject: [PATCH] ci: whitespace for faux PR --- src/utils/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/events.js b/src/utils/events.js index f7d1abd62..ab3a7408b 100644 --- a/src/utils/events.js +++ b/src/utils/events.js @@ -56,7 +56,7 @@ export const getCoordinatesForEvent = (event) => { }; export const getCoordinatesForCollection = (collection) => { - if (collection.contains){ + if (collection.contains) { const collectionCoords = collection.contains .map(({ related_event }) => getCoordinatesForEvent(related_event)) .filter((item) => !!item);