Skip to content

Commit 12700c7

Browse files
committed
Fix format.
1 parent 4b6c0b4 commit 12700c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

subvt-types/src/substrate/legacy.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Types to support the older metadata/runtime versions.
2-
use frame_support::{
3-
dispatch::{DispatchClass, Pays},
4-
};
2+
use frame_support::dispatch::{DispatchClass, Pays};
53
use parity_scale_codec::Decode;
64
use sp_runtime::{ArithmeticError, DispatchError, ModuleError, Perbill, TokenError};
75

0 commit comments

Comments
 (0)