Skip to content

Commit b830731

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/types/strings.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ const (
4545
LongTextBlobMax = int64(4_294_967_295)
4646

4747
// Constants for charset validation
48-
asciiMax = 127
49-
invalidByteFormat = "\\x%02X"
50-
fallbackInvalidByte = "\\x00"
48+
asciiMax = 127
49+
invalidByteFormat = "\\x%02X"
50+
fallbackInvalidByte = "\\x00"
5151
)
5252

5353
var (

0 commit comments

Comments
 (0)