Skip to content

Commit 7ea16f4

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sql/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ type SystemVariableType interface {
232232
// DecodeValue returns the original value given to EncodeValue from the given string. This is different from `Convert`,
233233
// as the encoded value may technically be an "illegal" value according to the type rules.
234234
DecodeValue(string) (interface{}, error)
235-
}
235+
}

sql/types/strings_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import (
3131

3232
func TestStringCompare(t *testing.T) {
3333
tests := []struct {
34-
typ sql.StringType
35-
val1 interface{}
34+
typ sql.StringType
35+
val1 interface{}
3636
val2 interface{}
3737
expectedCmp int
3838
}{
@@ -279,8 +279,8 @@ func TestStringCreateStringInvalidBaseTypes(t *testing.T) {
279279

280280
func TestStringConvert(t *testing.T) {
281281
tests := []struct {
282-
typ sql.StringType
283-
val interface{}
282+
typ sql.StringType
283+
val interface{}
284284
expectedVal interface{}
285285
expectedErr bool
286286
}{

0 commit comments

Comments
 (0)