Skip to content

Commit

Permalink
fix: apply code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
headlessNode committed Oct 11, 2024
1 parent 39bf353 commit 457b8f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
STDLIB_NAPI_CREATE_DOUBLE( env, API_SUFFIX(stdlib_strided_dnansumors)( N, X, strideX ), v );
return v;
}

/**
* Receives JavaScript callback invocation data.
*
Expand Down

0 comments on commit 457b8f0

Please sign in to comment.