Skip to content

Commit 690caac

Browse files
committed
Fix fmt
1 parent 7314eb0 commit 690caac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/globals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use rquickjs::{
44
};
55

66
use super::{IntoModule, ModuleMeta};
7-
use crate::{GlobalsOnly, Extension};
7+
use crate::{Extension, GlobalsOnly};
88

99
pub struct GlobalDefWrapper<T, O>
1010
where

0 commit comments

Comments
 (0)