Skip to content

Commit 36a00a2

Browse files
committed
chore: gofmt
1 parent 1a61245 commit 36a00a2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

cmd/outpost-migrate-redis/migration_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import (
1515

1616
// mockMigration implements migratorredis.Migration for testing
1717
type mockMigration struct {
18-
name string
19-
version int
20-
description string
21-
autoRunnable bool
22-
applicable bool
18+
name string
19+
version int
20+
description string
21+
autoRunnable bool
22+
applicable bool
2323
notApplicableReason string
2424

2525
planCalled bool

internal/migrator/migratorredis/runner_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import (
1616

1717
// mockMigration is a test migration that can be configured for different scenarios
1818
type mockMigration struct {
19-
name string
20-
version int
21-
description string
22-
autoRunnable bool
23-
applicable bool
19+
name string
20+
version int
21+
description string
22+
autoRunnable bool
23+
applicable bool
2424
notApplicableReason string
2525

2626
// Callbacks to track and control behavior

0 commit comments

Comments
 (0)