all repos — searchix @ 3b379a13710cae2adc56131af1069e6fb92976b8

Search engine for NixOS, nix-darwin, home-manager and NUR users

style: reformat with golines and enforce on commit

Alan Pearce
commit

3b379a13710cae2adc56131af1069e6fb92976b8

parent

0986e8699e87addccbef43c0ce30a466988fed15

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M internal/server/server.gointernal/server/server.go
@@ -245,7 +245,10 @@ http.Error(w, err.Error(), http.StatusInternalServerError)
} }) - 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)