Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samliok committed Jan 6, 2024
1 parent 13ff0a6 commit cee952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/programs/examples/imports/wrap/wrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (i ImportFn[F]) Invoke(c *program.Caller, args ...int64) (*types.Val, error
case AnyParamFn:
return fn.Call(c, args...)
default:
return nil, fmt.Errorf("unsupported function type %T", i.fn)
return nil, fmt.Errorf("unsupported function type")
}
}

Expand Down

0 comments on commit cee952c

Please sign in to comment.