Skip to content

Commit d11e40c

Browse files
committed
style(app): gofmt central migrations files
1 parent a87eeed commit d11e40c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

central_migrations_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ func TestCentralMigrations_SplitPhaseOrder(t *testing.T) {
6262

6363
testLogger := logger.NewTestLogger()
6464
app := NewApp(AppConfig{
65-
Name: "test-central",
66-
Logger: testLogger,
67-
Extensions: []Extension{extA, extB},
65+
Name: "test-central",
66+
Logger: testLogger,
67+
Extensions: []Extension{extA, extB},
6868
CentralMigrations: true,
6969
})
7070

lifecycle_helpers_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ func (m *mockAppForLifecycle) StartTime() time.Time { return
173173
func (m *mockAppForLifecycle) Uptime() time.Duration { return 0 }
174174
func (m *mockAppForLifecycle) Extensions() []Extension { return nil }
175175
func (m *mockAppForLifecycle) GetExtension(_ string) (Extension, error) { return nil, nil }
176-
func (m *mockAppForLifecycle) MigrationsDisabled() bool { return false }
177-
func (m *mockAppForLifecycle) CentralMigrationsEnabled() bool { return false }
176+
func (m *mockAppForLifecycle) MigrationsDisabled() bool { return false }
177+
func (m *mockAppForLifecycle) CentralMigrationsEnabled() bool { return false }

0 commit comments

Comments
 (0)