Skip to content

Commit 011fec3

Browse files
committed
fmt
1 parent a2fc5fa commit 011fec3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nova_vm/tests/garbage_collection_tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ fn garbage_collection_tests() {
6868
fs::read_to_string(d.clone()).expect("Should have been able to read the file");
6969

7070
let allocator = Allocator::default();
71-
let mut agent = BoxedAgent::new(
72-
Options::default(),
73-
&DefaultHostHooks,
74-
);
71+
let mut agent = BoxedAgent::new(Options::default(), &DefaultHostHooks);
7572
agent.with(|agent, root_realms| {
7673
let create_global_object: Option<fn(&mut Realm) -> Object> = None;
7774
let create_global_this_value: Option<fn(&mut Realm) -> Object> = None;

0 commit comments

Comments
 (0)