Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Mar 27, 2024
1 parent ba5a5f1 commit 6f39e1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pallets/gear/src/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
use crate::{weights::WeightInfo, Config, CostsPerBlockOf, DbWeightOf};
use common::scheduler::SchedulingCostsPerBlock;
use core_processor::configs::{ExtCosts, ProcessCosts, RentCosts};
use frame_support::{
traits::Get,
weights::Weight,
};
use frame_support::{traits::Get, weights::Weight};
use gear_core::{
code::MAX_WASM_PAGE_AMOUNT,
costs::SyscallCosts,
Expand Down

0 comments on commit 6f39e1a

Please sign in to comment.