From 8d77cf593cd6354b9a27117fa55ed6d90d04646a Mon Sep 17 00:00:00 2001 From: girazoki Date: Fri, 17 May 2024 09:56:30 +0200 Subject: [PATCH] fmt cargo --- template/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/runtime/Cargo.toml b/template/runtime/Cargo.toml index e397c75454..8ac65472aa 100644 --- a/template/runtime/Cargo.toml +++ b/template/runtime/Cargo.toml @@ -26,8 +26,8 @@ sp-inherents = { workspace = true } sp-offchain = { workspace = true } sp-runtime = { workspace = true } sp-session = { workspace = true } -sp-transaction-pool = { workspace = true } sp-std = { workspace = true } +sp-transaction-pool = { workspace = true } sp-version = { workspace = true } # Substrate FRAME frame-benchmarking = { workspace = true, optional = true }