From 26894c012af7b7f07604761ddfebe3406a8dc120 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 10 Mar 2022 10:04:23 +0000 Subject: [PATCH] Fix code format --- --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,5 +1,5 @@ #![cfg_attr(not(feature = "std"), no_std)] +pub mod constants; pub mod runtime_apis; -pub mod constants; pub mod types; -- gitstuff