style: run prettier
All checks were successful
TrafficCue CI / check (push) Successful in 1m31s
TrafficCue CI / build (push) Successful in 9m49s
TrafficCue CI / build-android (push) Successful in 23m30s

This commit is contained in:
2025-10-03 19:54:14 +02:00
parent de06d09d1c
commit 639b2c1aeb
13 changed files with 108 additions and 65 deletions

View File

@ -20,7 +20,7 @@ export const location = $state({
center: [location.lng, location.lat],
zoom: 16,
duration: 1000,
bearing: location.heading != null ? location.heading : 0
bearing: location.heading != null ? location.heading : 0,
},
{
reason: "location",
@ -53,7 +53,7 @@ export function watchLocation() {
center: [location.lng, location.lat],
zoom: 16,
duration: 1000,
bearing: location.heading != null ? location.heading : 0
bearing: location.heading != null ? location.heading : 0,
},
{
reason: "location",