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) {