Apply go fmt

This commit is contained in:
Paul Brinkmeier 2025-04-25 18:27:23 +02:00
parent 6e78235127
commit 5deb037fe5

View File

@ -281,7 +281,7 @@ func main() {
platform = &query["platform"][0] platform = &query["platform"][0]
} }
c := efaClients[(efaClient.Add(1) - 1) % uint64(len(efaClients))] c := efaClients[(efaClient.Add(1)-1)%uint64(len(efaClients))]
ds, err := FetchDepartures(c, stopId) ds, err := FetchDepartures(c, stopId)
if err != nil { if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError) http.Error(w, err.Error(), http.StatusInternalServerError)