From 3b379a13710cae2adc56131af1069e6fb92976b8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 18:58:14 +0200 Subject: style: reformat with golines and enforce on commit --- internal/server/server.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'internal/server') diff --git a/internal/server/server.go b/internal/server/server.go index 8252b8e..7ff174a 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -245,7 +245,10 @@ func New(runtimeConfig *Config) (*Server, error) { } }) - mux.Handle("/static/", http.StripPrefix("/static/", http.FileServer(http.Dir("frontend/static")))) + mux.Handle( + "/static/", + http.StripPrefix("/static/", http.FileServer(http.Dir("frontend/static"))), + ) if runtimeConfig.LiveReload { applyDevModeOverrides(config) -- cgit 1.4.1