Skip to content

Commit d719cf6

Browse files
author
Samuel Dare
committed
chore: fmt
1 parent 049275b commit d719cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ pub mod pallet {
11281128

11291129
Ok(())
11301130
}
1131-
}
1131+
}
11321132
}
11331133

11341134
impl<T: Config> sp_runtime::BoundToRuntimeAppPublic for Pallet<T> {

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use frame_support::traits::Imbalance;
1616
use frame_support::{
1717
dispatch::DispatchResultWithPostInfo,
1818
genesis_builder_helper::{build_config, create_default_config},
19-
pallet_prelude::{DispatchError, Get},
19+
pallet_prelude::Get,
2020
traits::{fungible::HoldConsideration, Contains, LinearStoragePrice, OnUnbalanced},
2121
};
2222
use frame_system::{EnsureNever, EnsureRoot, EnsureRootWithSuccess, RawOrigin};
@@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141
// `spec_version`, and `authoring_version` are the same between Wasm and native.
142142
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
143143
// the compatible custom types.
144-
spec_version: 192,
144+
spec_version: 193,
145145
impl_version: 1,
146146
apis: RUNTIME_API_VERSIONS,
147147
transaction_version: 1,

0 commit comments

Comments
 (0)