ci: Use gofumpt to format code (#5707)

This commit is contained in:
Jacob Gadikian
2023-08-08 03:40:31 +08:00
committed by GitHub
parent 431adc0980
commit b32f265eca
33 changed files with 60 additions and 64 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ func (fsrv *FileServer) serveBrowse(root, dirPath string, w http.ResponseWriter,
fs = http.Dir(repl.ReplaceAll(fsrv.Root, "."))
}
var tplCtx = &templateContext{
tplCtx := &templateContext{
TemplateContext: templates.TemplateContext{
Root: fs,
Req: r,