Skip to content

Commit 1ab3808

Browse files
committed
style: fix struct field alignment in test
1 parent 395fa04 commit 1ab3808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/middleware/readiness/readiness_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ func TestGate_NegativeCacheReducesChecks(t *testing.T) {
349349

350350
func TestGate_OnlyBlocksOnMigrationIssues(t *testing.T) {
351351
tests := []struct {
352-
name string
353-
message string
352+
name string
353+
message string
354354
expectBlocked bool
355355
}{
356356
{

0 commit comments

Comments
 (0)