Skip to content

Commit f92d620

Browse files
style: cargo fmt — sort serialization_ops module declaration
1 parent 1b1c4ad commit f92d620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ mod fetch_ops;
2323
mod fs_ops;
2424
mod http_ops;
2525
mod net_ops;
26-
pub mod serialization_ops;
2726
mod prelude;
2827
mod process_ops;
2928
mod rsa_ops;
3029
mod runtime_modules;
30+
pub mod serialization_ops;
3131
mod timer;
3232
mod url_ops;
3333
mod ws_ops;

0 commit comments

Comments
 (0)