Skip to content

Commit e1d44b3

Browse files
committed
fmt
1 parent a398d75 commit e1d44b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ pub use module::*;
138138
pub use object::*;
139139
pub use platform::Platform;
140140
pub use platform::new_default_platform;
141-
pub use platform::new_single_threaded_default_platform;
142141
pub use platform::new_notifying_platform;
142+
pub use platform::new_single_threaded_default_platform;
143143
pub use platform::new_unprotected_default_platform;
144144
pub use primitives::*;
145145
pub use promise::{PromiseRejectEvent, PromiseRejectMessage, PromiseState};

0 commit comments

Comments
 (0)