Skip to content

Commit

Permalink
fix golint issues (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Mar 2, 2021
1 parent af531cf commit f01472c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/goctl/model/sql/gen/keys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ func TestGenCacheKeys(t *testing.T) {
AutoIncrement: true,
},
UniqueIndex: map[string][]*parser.Field{
"mobile_unique": []*parser.Field{
"mobile_unique": {
mobileField,
},
"class_name_unique": []*parser.Field{
"class_name_unique": {
classField,
nameField,
},
Expand Down

0 comments on commit f01472c

Please sign in to comment.