git.delta.rocks / unique-network / refs/commits / 26894c012af7

difftreelog

Fix code format

Daniel Shiposha2022-03-10parent: #1d82647.patch.diff
in: master

1 file changed

modifiedruntime/common/src/lib.rsdiffbeforeafterboth
before · runtime/common/src/lib.rs
1#![cfg_attr(not(feature = "std"), no_std)]23pub mod runtime_apis;4pub mod constants;5pub mod types;
after · runtime/common/src/lib.rs
1#![cfg_attr(not(feature = "std"), no_std)]23pub mod constants;4pub mod runtime_apis;5pub mod types;