reformat code

This commit is contained in:
2025-05-14 19:28:04 +01:00
parent fdfeb0d65c
commit ff3feffd8b
2 changed files with 3 additions and 4 deletions

View File

@@ -123,8 +123,8 @@ var supportedLocations = map[string]*location{
"nyc": {nil, 40.712776, -74.005974, "America/New_York", "New York City"},
"tokyo": {nil, 35.689487, 139.691711, "Asia/Tokyo", "Tokyo"},
"singapore": {nil, 1.290270, 103.851959, "Asia/Singapore", "Singapore"},
"manila": {nil, 14.599512, 120.984222, "Asia/Manila", "Manila"},
"hk": {nil, 22.317053, 114.169547, "Asia/Hong_Kong", "Hong Kong"},
"manila": {nil, 14.599512, 120.984222, "Asia/Manila", "Manila"},
"hk": {nil, 22.317053, 114.169547, "Asia/Hong_Kong", "Hong Kong"},
"warsaw": {nil, 52.229675, 21.012230, "Europe/Warsaw", "Warsaw"},
"zurich": {nil, 47.369019, 8.538030, "Europe/Zurich", "Zurich"},
"berlin": {nil, 52.520008, 13.404954, "Europe/Berlin", "Berlin"},
@@ -770,4 +770,4 @@ func listenForSummaryUpdates(state *state, locKey string, c <-chan string) {
return
}
}
}
}

View File

@@ -56,7 +56,6 @@
<li><a href="/singapore">Singapore</a></li>
<li><a href="/manila">Manila</a></li>
<li><a href="/hk">Hong Kong</a></li>
</ul>
</main>