Skip to content

Commit 0bc2f25

Browse files
cargo fmt
1 parent ab4b8a8 commit 0bc2f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/node/src/chain_spec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ use hex_literal::hex;
2525
feature = "accountid32",
2626
not(any(feature = "accountid20", feature = "accountid32"))
2727
))]
28-
use frontier_template_runtime_accountid32 as frontier_template_runtime;
28+
use frontier_template_runtime::Signature;
2929
#[cfg(any(
3030
feature = "accountid32",
3131
not(any(feature = "accountid20", feature = "accountid32"))
3232
))]
33-
use frontier_template_runtime::Signature;
33+
use frontier_template_runtime_accountid32 as frontier_template_runtime;
3434
#[cfg(any(
3535
feature = "accountid32",
3636
not(any(feature = "accountid20", feature = "accountid32"))

0 commit comments

Comments
 (0)