Skip to content

Commit 370aaae

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

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
@@ -59,10 +59,10 @@ const (
5959

6060
var (
6161
// ErrLengthTooLarge is thrown when a string's length is too large given the other parameters.
62-
ErrLengthTooLarge = errors.NewKind("length is %v but max allowed is %v")
63-
ErrLengthBeyondLimit = errors.NewKind("string '%v' is too large for column '%v'")
64-
ErrBinaryCollation = errors.NewKind("binary types must have the binary collation: %v")
65-
ErrBadCharsetString = errors.NewKind("Incorrect string value: '%v' for column '%s' at row %d")
62+
ErrLengthTooLarge = errors.NewKind("length is %v but max allowed is %v")
63+
ErrLengthBeyondLimit = errors.NewKind("string '%v' is too large for column '%v'")
64+
ErrBinaryCollation = errors.NewKind("binary types must have the binary collation: %v")
65+
ErrBadCharsetString = errors.NewKind("Incorrect string value: '%v' for column '%s' at row %d")
6666

6767
TinyText = MustCreateStringWithDefaults(sqltypes.Text, TinyTextBlobMax)
6868
Text = MustCreateStringWithDefaults(sqltypes.Text, TextBlobMax)

0 commit comments

Comments
 (0)