We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c838b82 commit c2d908bCopy full SHA for c2d908b
evaluation/target.go
@@ -46,6 +46,6 @@ func (t Target) GetOperator(attr string) (types.ValueType, error) {
46
reflect.Invalid, reflect.Map, reflect.Ptr, reflect.Slice, reflect.Struct, reflect.Uintptr, reflect.UnsafePointer:
47
fallthrough
48
default:
49
- return nil, fmt.Errorf("unexpected type: %s\n", value.Kind().String())
+ return nil, fmt.Errorf("unexpected type: %s", value.Kind().String())
50
}
51
0 commit comments