Skip to content

Commit 7f30a8d

Browse files
andyleisersonErichDonGubler
authored andcommitted
[deno] Switch rustfmt to edition 2024
1 parent eb3bed5 commit 7f30a8d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cts_runner/src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ pub async fn run() -> Result<(), AnyError> {
3636
deno_webidl::deno_webidl::init(),
3737
deno_console::deno_console::init(),
3838
deno_url::deno_url::init(),
39-
deno_web::deno_web::init::<Permissions>(
40-
Arc::new(BlobStore::default()),
41-
None,
42-
),
39+
deno_web::deno_web::init::<Permissions>(Arc::new(BlobStore::default()), None),
4340
deno_webgpu::deno_webgpu::init(),
4441
cts_runner::init(),
4542
],

0 commit comments

Comments
 (0)