Skip to content

Commit b9fc36f

Browse files
committed
chore: deno fmt
1 parent 55aedcc commit b9fc36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/ext/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl WebExt {
2020
ExtensionOp::new("internal_atob", Self::internal_atob, 1),
2121
],
2222
storage: None,
23-
files: vec![],
23+
files: vec![include_str!("./event.ts")],
2424
}
2525
}
2626

0 commit comments

Comments
 (0)