Skip to content

Commit

Permalink
Fix lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-geddes committed Apr 10, 2023
1 parent 02c9ec0 commit 17a6ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions function_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (tmpl *FunctionTemplate) GetFunction(ctx *Context) *Function {

// Note that ideally `thisAndArgs` would be split into two separate arguments, but they were combined
// to workaround an ERROR_COMMITMENT_LIMIT error on windows that was detected in CI.
//
//export goFunctionCallback
func goFunctionCallback(ctxref int, cbref int, thisAndArgs *C.ValuePtr, argsCount int) C.ValuePtr {
ctx := getContext(ctxref)
Expand Down

0 comments on commit 17a6ab1

Please sign in to comment.