From f54257b520ef68d4cd7b4b03501d42c1d373d687 Mon Sep 17 00:00:00 2001 From: Katie Rischpater <98350084+the-bay-kay@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:49:45 -0800 Subject: [PATCH] Prettier after `Point` change --- www/js/diary/timelineHelper.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www/js/diary/timelineHelper.ts b/www/js/diary/timelineHelper.ts index 1db03cd2d..5805fbe07 100644 --- a/www/js/diary/timelineHelper.ts +++ b/www/js/diary/timelineHelper.ts @@ -197,10 +197,7 @@ function keysForNotesInputs(appConfig: AppConfig) { * @param featureType a string describing the feature, e.g. "start_place" * @returns a GeoJSON feature with type "Point", the given location's coordinates and the given feature type */ -const location2GeojsonPoint = ( - locationPoint: Point, - featureType: string, -): Feature => ({ +const location2GeojsonPoint = (locationPoint: Point, featureType: string): Feature => ({ type: 'Feature', geometry: { type: 'Point',