From 3827c181107d460e21f100e5a7258a49c5747e10 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:56:27 +0000 Subject: [PATCH] Apply pre-commit fix From the artifact of the previous workflow run --- ui/src/webcomponents/swisscom_heatmap/panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/webcomponents/swisscom_heatmap/panel.ts b/ui/src/webcomponents/swisscom_heatmap/panel.ts index b4d65656b..460fe0a7a 100644 --- a/ui/src/webcomponents/swisscom_heatmap/panel.ts +++ b/ui/src/webcomponents/swisscom_heatmap/panel.ts @@ -5,7 +5,7 @@ import mapModel from 'gmfapi/store/map'; import configModel from 'gmfapi/store/config'; import panelsModel from 'gmfapi/store/panels'; import {html, TemplateResult, CSSResult, css, unsafeCSS} from 'lit'; -import {customElement, state } from 'lit/decorators.js'; +import {customElement, state} from 'lit/decorators.js'; import {Subscription} from 'rxjs'; import moment from 'moment';