Skip to content

Commit 72ccd0b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/logic/inspect.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ type Inspector struct {
2929
db *gosql.DB
3030
informationSchemaDb *gosql.DB
3131
migrationContext *base.MigrationContext
32-
name string
32+
name string
3333
}
3434

3535
func NewInspector(migrationContext *base.MigrationContext) *Inspector {
3636
return &Inspector{
3737
connectionConfig: migrationContext.InspectorConnectionConfig,
3838
migrationContext: migrationContext,
39-
name: "inspector",
39+
name: "inspector",
4040
}
4141
}
4242

0 commit comments

Comments
 (0)