We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbc8d6 commit 72ccd0bCopy full SHA for 72ccd0b
go/logic/inspect.go
@@ -29,14 +29,14 @@ type Inspector struct {
29
db *gosql.DB
30
informationSchemaDb *gosql.DB
31
migrationContext *base.MigrationContext
32
- name string
+ name string
33
}
34
35
func NewInspector(migrationContext *base.MigrationContext) *Inspector {
36
return &Inspector{
37
connectionConfig: migrationContext.InspectorConnectionConfig,
38
migrationContext: migrationContext,
39
- name: "inspector",
+ name: "inspector",
40
41
42
0 commit comments