Skip to content

Commit 0f97a08

Browse files
committed
go fmt
1 parent 0a271d0 commit 0f97a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/inspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func (this *Inspector) validateGhostTriggersLength() error {
566566

567567
}
568568
if len(foundTriggers) > 0 {
569-
return this.migrationContext.Log.Errorf("Gh-ost triggers (%s) length > %d characters. Bailing out", strings.Join(foundTriggers, ","),mysql.MaxTableNameLength)
569+
return this.migrationContext.Log.Errorf("Gh-ost triggers (%s) length > %d characters. Bailing out", strings.Join(foundTriggers, ","), mysql.MaxTableNameLength)
570570
}
571571
}
572572

0 commit comments

Comments
 (0)