cargo +nightly fmt

This commit is contained in:
Alexander Popiak
2021-10-13 17:59:22 +02:00
parent 9a28018863
commit efd4079c9f
+1 -1
View File
@@ -26,7 +26,7 @@ use sp_core::H256;
use sp_runtime::{
testing::{Header, UintAuthorityId},
traits::{BlakeTwo256, IdentityLookup, OpaqueKeys},
RuntimeAppPublic, Perbill,
Perbill, RuntimeAppPublic,
};
type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;