git.delta.rocks / unique-network / refs/commits / 3b2d7676c481

difftreelog

cargo fmt

Daniel Shiposha2022-08-03parent: #b544464.patch.diff
in: master

5 files changed

modifiedruntime/common/src/lib.rsdiffbeforeafterboth
17#![cfg_attr(not(feature = "std"), no_std)]17#![cfg_attr(not(feature = "std"), no_std)]
1818
19pub mod constants;19pub mod constants;
20pub mod construct_runtime;
20pub mod dispatch;21pub mod dispatch;
21pub mod eth_sponsoring;22pub mod eth_sponsoring;
22pub mod runtime_apis;23pub mod runtime_apis;
23pub mod sponsoring;24pub mod sponsoring;
24pub mod types;25pub mod types;
25pub mod weights;26pub mod weights;
26pub mod construct_runtime;
2727
modifiedruntime/common/src/weights.rsdiffbeforeafterboth

no syntactic changes

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
35use sp_runtime::{35use sp_runtime::{
36 traits::{Applyable, Member},36 traits::{Applyable, Member},
37 generic::Era,37 generic::Era,
38 DispatchErrorWithPostInfo38 DispatchErrorWithPostInfo,
39};39};
40// #[cfg(any(feature = "std", test))]40// #[cfg(any(feature = "std", test))]
41// pub use sp_runtime::BuildStorage;41// pub use sp_runtime::BuildStorage;
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
35use sp_runtime::{35use sp_runtime::{
36 traits::{Applyable, Member},36 traits::{Applyable, Member},
37 generic::Era,37 generic::Era,
38 DispatchErrorWithPostInfo38 DispatchErrorWithPostInfo,
39};39};
40// #[cfg(any(feature = "std", test))]40// #[cfg(any(feature = "std", test))]
41// pub use sp_runtime::BuildStorage;41// pub use sp_runtime::BuildStorage;
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
36use sp_runtime::{36use sp_runtime::{
37 traits::{Applyable, Member},37 traits::{Applyable, Member},
38 generic::Era,38 generic::Era,
39 DispatchErrorWithPostInfo39 DispatchErrorWithPostInfo,
40};40};
41// #[cfg(any(feature = "std", test))]41// #[cfg(any(feature = "std", test))]
42// pub use sp_runtime::BuildStorage;42// pub use sp_runtime::BuildStorage;