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
1#![cfg_attr(not(feature = "std"), no_std)]1#![cfg_attr(not(feature = "std"), no_std)]
22
3pub mod runtime_apis;3pub mod constants;
4pub mod constants;4pub mod runtime_apis;
5pub mod types;5pub mod types;
66