style: normalize struct field alignment (#5)
All checks were successful
CI / Build and Test (push) Successful in 36s
All checks were successful
CI / Build and Test (push) Successful in 36s
This commit was merged in pull request #5.
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