Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Jul 8, 2024
1 parent 7a83123 commit b61cf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/napi/lib/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("JsFunction", function () {
addon.call_js_function_with_bind(function (a, b, c, d, e) {
return a * b * c * d * e;
}),
(1 * 2 * 3 * 4 * 5)
1 * 2 * 3 * 4 * 5
);
});

Expand Down

0 comments on commit b61cf2e

Please sign in to comment.