File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import (
3131
3232func 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
280280func 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 }{
You can’t perform that action at this time.
0 commit comments