Skip to content

Commit

Permalink
seems like I really struggle with formatting. Need to install ide sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
tasomaniac authored Jan 23, 2025
1 parent 75acc4d commit 2d755ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ha-date-range-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class HaDateRangePicker extends LitElement {
weekStartsOn,
}
),
calcDate(today, endOfMinute, this.hass.locale, this.hass.config, {
calcDate(today, endOfMinute, this.hass.locale, this.hass.config, {
weekStartsOn,
}),
],
Expand All @@ -136,7 +136,7 @@ export class HaDateRangePicker extends LitElement {
weekStartsOn,
}
),
calcDate(today, endOfHour, this.hass.locale, this.hass.config, {
calcDate(today, endOfHour, this.hass.locale, this.hass.config, {
weekStartsOn,
}),
],
Expand Down

0 comments on commit 2d755ef

Please sign in to comment.