Skip to content

Commit 845510b

Browse files
committed
fix linter issues
1 parent 6deb796 commit 845510b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/value/value.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ func FloatValue(v float32) *floatValue {
788788

789789
type int8Value int8
790790

791-
//nolint:funlen
792791
func (v int8Value) castTo(dst interface{}) error {
793792
switch vv := dst.(type) {
794793
case *string:
@@ -921,7 +920,6 @@ func Int16Value(v int16) int16Value {
921920

922921
type int32Value int32
923922

924-
//nolint:funlen
925923
func (v int32Value) castTo(dst interface{}) error {
926924
switch vv := dst.(type) {
927925
case *string:

0 commit comments

Comments
 (0)