Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed Aug 9, 2023
1 parent cb4f370 commit 8bd99d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-mozjs/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use jsapi::{already_AddRefed, jsid};
use jsapi::{BuildStackString, CaptureCurrentStack, StackFormat};
use jsapi::{Evaluate2, HandleValueArray, StencilRelease};
use jsapi::{InitSelfHostedCode, InstantiationStorage, IsWindowSlow, OffThreadToken};
use jsapi::{JSAutoRealm, JS_SetGCParameter, JS_SetNativeStackQuota, JS_WrapValue, JS_WrapObject};
use jsapi::{JSAutoRealm, JS_SetGCParameter, JS_SetNativeStackQuota, JS_WrapObject, JS_WrapValue};
use jsapi::{JSClass, JSClassOps, JSContext, Realm, JSCLASS_RESERVED_SLOTS_SHIFT};
use jsapi::{JSErrorReport, JSFunctionSpec, JSGCParamKey};
use jsapi::{JSObject, JSPropertySpec, JSRuntime};
Expand Down

0 comments on commit 8bd99d3

Please sign in to comment.