Skip to content

Commit 199d2b0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sql/types/strings.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ const (
4545

4646
var (
4747
// ErrLengthTooLarge is thrown when a string's length is too large given the other parameters.
48-
ErrLengthTooLarge = errors.NewKind("length is %v but max allowed is %v")
49-
ErrLengthBeyondLimit = errors.NewKind("string '%v' is too large for column '%v'")
50-
ErrBinaryCollation = errors.NewKind("binary types must have the binary collation: %v")
51-
ErrBadCharsetString = errors.NewKind("invalid string for charset %s: '%v'")
48+
ErrLengthTooLarge = errors.NewKind("length is %v but max allowed is %v")
49+
ErrLengthBeyondLimit = errors.NewKind("string '%v' is too large for column '%v'")
50+
ErrBinaryCollation = errors.NewKind("binary types must have the binary collation: %v")
51+
ErrBadCharsetString = errors.NewKind("invalid string for charset %s: '%v'")
5252

5353
TinyText = MustCreateStringWithDefaults(sqltypes.Text, TinyTextBlobMax)
5454
Text = MustCreateStringWithDefaults(sqltypes.Text, TextBlobMax)

0 commit comments

Comments
 (0)