Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 1, 2024
1 parent 1ad1a2d commit 8a23708
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/include/quickjsr/JS_SEXP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ namespace quickjsr {
};

static JSValue create_r_object(JSContext *ctx) {
JSValue r_obj = JS_NewObject
(ctx);
JSValue r_obj = JS_NewObject(ctx);
if (JS_IsException(r_obj)) {
return r_obj;
}
Expand Down

0 comments on commit 8a23708

Please sign in to comment.