perf: apply fieldalignement (#1284)

This commit is contained in:
Jason Cameron
2025-11-16 15:43:07 -05:00
committed by GitHub
parent da1890380e
commit 9dd4de6f1f
27 changed files with 90 additions and 94 deletions

View File

@@ -17,9 +17,9 @@ func TestFactoryValid(t *testing.T) {
t.Run("invalid config", func(t *testing.T) {
for _, tt := range []struct {
err error
name string
cfg Config
err error
}{
{
name: "missing path",