all repos — searchix @ df2a55f82d5efeed8c59c5cf3b4e7381c97959b5

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

chore: use prettier with plugin to format go templates

Alan Pearce
commit

df2a55f82d5efeed8c59c5cf3b4e7381c97959b5

parent

1fb64b09e2dba34784732a61cbebc119cd847803

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/server/server.gointernal/server/server.go
@@ -88,7 +88,7 @@ sentryHandler := sentryhttp.New(sentryhttp.Options{
Repanic: true, }) - templatePaths := path.Join("frontend", "templates", "*.tmpl") + templatePaths := path.Join("frontend", "templates", "*.gotmpl") tpl := template.Must(template.ParseGlob(templatePaths)) top := http.NewServeMux()