Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Feb 22, 2022
1 parent a2102d0 commit 8ee7e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotated.go
Expand Up @@ -264,7 +264,7 @@ type annotated struct {
ParamTags []string
ResultTags []string
As [][]reflect.Type
FuncPtr uintptr
FuncPtr uintptr
}

func (ann annotated) String() string {
Expand Down

0 comments on commit 8ee7e13

Please sign in to comment.