style: normalize struct field alignment
Run gofmt/goimports to fix whitespace alignment in struct literals, field declarations, and import ordering.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user