Skip to content

Commit 5ef326b

Browse files
Format Rust code using rustfmt
1 parent 4b1e060 commit 5ef326b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ pub mod homepage;
3535
/// Your process must have the [`Capability`] to message and receive messages from
3636
/// `http-server:distro:sys` and/or `http-client:distro:sys` to use this module.
3737
pub mod http;
38+
/// Interact with hypermap, the onchain namespace
39+
pub mod hypermap;
3840
/// The types that the kernel itself uses -- warning -- these will
3941
/// be incompatible with WIT types in some cases, leading to annoying errors.
4042
/// Use only to interact with the kernel or runtime in certain ways.
4143
pub mod kernel_types;
42-
/// Interact with hypermap, the onchain namespace
43-
pub mod hypermap;
4444
/// Interact with the key_value module
4545
///
4646
/// Your process must have the [`Capability`] to message and receive messages from

0 commit comments

Comments
 (0)