Skip to content

Commit 0755c1e

Browse files
committed
Format
1 parent 8dc5b3a commit 0755c1e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

runtime/vflow/src/configs/ethereum_xcm.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515

1616
//! In this module, we provide the configurations for the ethereum-xcm pallet.
1717
18-
use crate::{
19-
configs::system::ReservedXcmpWeight,
20-
AccountId, Runtime, RuntimeEvent,
21-
};
18+
use crate::{configs::system::ReservedXcmpWeight, AccountId, Runtime, RuntimeEvent};
2219
use frame_system::EnsureRoot;
2320

2421
pub struct EthereumXcmEnsureProxy;

runtime/vflow/src/configs/system.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,3 @@ impl pallet_timestamp::Config for Runtime {
189189
type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>;
190190
type WeightInfo = weights::pallet_timestamp::ZKVEvmWeight<Runtime>;
191191
}
192-

0 commit comments

Comments
 (0)