From 4c53912ff8027e9a7b276c1a5ccc1e779965dfc6 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 22 Jun 2025 19:05:54 -0400 Subject: [Rust] Misc formatting --- rust/src/interaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs index bf709f2c..1b38483a 100644 --- a/rust/src/interaction.rs +++ b/rust/src/interaction.rs @@ -26,9 +26,9 @@ pub mod handler; pub mod report; // Re-export the public items from the submodules, for convenience. -pub use report::*; pub use form::*; pub use handler::*; +pub use report::*; pub type MessageBoxButtonSet = BNMessageBoxButtonSet; pub type MessageBoxIcon = BNMessageBoxIcon; -- cgit v1.3.1