Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Jan 8, 2025
1 parent 7f9ab4e commit 3827c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/webcomponents/swisscom_heatmap/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 3827c18

Please sign in to comment.