From 16b933f3ba1f3aa059a8a8f95508ec8fcc8bcf03 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Thu, 27 Nov 2025 17:15:30 +0300 Subject: [PATCH] rustfmt ghost traits pallet Signed-off-by: Uncle Stinky --- pallets/traits/Cargo.toml | 2 +- pallets/traits/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/traits/Cargo.toml b/pallets/traits/Cargo.toml index 78ea5c2..c163cac 100644 --- a/pallets/traits/Cargo.toml +++ b/pallets/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghost-traits" -version = "0.3.24" +version = "0.3.25" license.workspace = true authors.workspace = true edition.workspace = true diff --git a/pallets/traits/src/lib.rs b/pallets/traits/src/lib.rs index 619e5b1..c78697e 100644 --- a/pallets/traits/src/lib.rs +++ b/pallets/traits/src/lib.rs @@ -1,4 +1,4 @@ #![cfg_attr(not(feature = "std"), no_std)] -pub mod networks; pub mod exposure; +pub mod networks;