Skip to content

Commit af73949

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 2032865 commit af73949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/enum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
var (
4343
ErrConvertingToEnum = errors.NewKind("value %v is not valid for this Enum")
4444

45-
ErrDataTruncatedForColumn = errors.NewKind("Data truncated for column '%s'")
45+
ErrDataTruncatedForColumn = errors.NewKind("Data truncated for column '%s'")
4646
ErrDataTruncatedForColumnAtRow = errors.NewKind("Data truncated for column '%s' at row %d")
4747

4848
enumValueType = reflect.TypeOf(uint16(0))

0 commit comments

Comments
 (0)