Skip to content

Commit 048d583

Browse files
Fix whitespace after merge-conflict fix
1 parent 72ccd0b commit 048d583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/logic/applier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ type Applier struct {
5757
singletonDB *gosql.DB
5858
migrationContext *base.MigrationContext
5959
finishedMigrating int64
60-
name string
60+
name string
6161
}
6262

6363
func NewApplier(migrationContext *base.MigrationContext) *Applier {
6464
return &Applier{
6565
connectionConfig: migrationContext.ApplierConnectionConfig,
6666
migrationContext: migrationContext,
6767
finishedMigrating: 0,
68-
name: "applier",
68+
name: "applier",
6969
}
7070
}
7171

0 commit comments

Comments
 (0)