style: normalize struct field alignment (#5)
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:
2026-02-20 19:31:32 +00:00
parent dc56261b58
commit 6064ddd856
8 changed files with 29 additions and 30 deletions

8
via.go
View File

@@ -240,10 +240,10 @@ func (v *V) page(route string, raw, wrapped func(*Context)) {
bodyElements = append(bodyElements, h.Raw("<dataspa-inspector/>"))
}
view := h.HTML5(h.HTML5Props{
Title: v.cfg.DocumentTitle,
Head: headElements,
Body: bodyElements,
})
Title: v.cfg.DocumentTitle,
Head: headElements,
Body: bodyElements,
})
_ = view.Render(w)
}))
}