Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Jan 16, 2025
1 parent de19e71 commit a659a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zrml/combinatorial-tokens/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.

mod collection_id_error;
pub(crate) mod cryptographic_id_manager;
pub(crate) mod hash;
mod transmutation_type;
mod collection_id_error;

pub use collection_id_error::CollectionIdError;
pub use cryptographic_id_manager::{CryptographicIdManager, Fuel};
pub(crate) use hash::Hash256;
pub use transmutation_type::TransmutationType;
pub use collection_id_error::CollectionIdError;

0 comments on commit a659a5f

Please sign in to comment.