style: normalize struct field alignment
All checks were successful
CI / Build and Test (push) Successful in 39s
CI / Build and Test (pull_request) Successful in 33s

Run gofmt/goimports to fix whitespace alignment in struct literals,
field declarations, and import ordering.
This commit is contained in:
Ryan Hamamura
2026-02-20 09:28:10 -10:00
parent dc56261b58
commit 5fd48eb5fa
8 changed files with 29 additions and 30 deletions

View File

@@ -81,8 +81,8 @@ func TestStaticAutoSlash(t *testing.T) {
func TestStaticFS(t *testing.T) {
fsys := fstest.MapFS{
"style.css": {Data: []byte("body{}")},
"js/app.js": {Data: []byte("console.log('hi')")},
"style.css": {Data: []byte("body{}")},
"js/app.js": {Data: []byte("console.log('hi')")},
}
v := New()