From 071df1a0fa590511705eacd8bb829b2993ede46a Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Wed, 17 Jul 2024 13:38:33 +0200 Subject: [PATCH] Apply gofmt --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6fe9c4f..05b0052 100644 --- a/main.go +++ b/main.go @@ -84,7 +84,7 @@ func FetchDepartures(stopId string) (*DMResponse, error) { func main() { password := os.Getenv("VRNP_PASSWORD") if len(password) == 0 { - panic("Required environment variable VRNP_PASSWORD is not set"); + panic("Required environment variable VRNP_PASSWORD is not set") } http.HandleFunc("/departures", func(w http.ResponseWriter, r *http.Request) {