Skip to content

Commit c2d908b

Browse files
author
Dave Johnston
committed
(MAINT) Fixing linter error
1 parent c838b82 commit c2d908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/target.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ func (t Target) GetOperator(attr string) (types.ValueType, error) {
4646
reflect.Invalid, reflect.Map, reflect.Ptr, reflect.Slice, reflect.Struct, reflect.Uintptr, reflect.UnsafePointer:
4747
fallthrough
4848
default:
49-
return nil, fmt.Errorf("unexpected type: %s\n", value.Kind().String())
49+
return nil, fmt.Errorf("unexpected type: %s", value.Kind().String())
5050
}
5151
}

0 commit comments

Comments
 (0)