From 50b029486b5f9f1975224af293da405d1a5378b2 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 4 Dec 2024 00:08:47 +0100 Subject: [PATCH] Apply suggestions from code review --- .../runtimes/collectives/collectives-westend/tests/tests.rs | 2 +- .../parachains/runtimes/coretime/coretime-rococo/tests/tests.rs | 2 +- .../runtimes/coretime/coretime-westend/tests/tests.rs | 2 +- .../parachains/runtimes/people/people-westend/tests/tests.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/tests/tests.rs b/cumulus/parachains/runtimes/collectives/collectives-westend/tests/tests.rs index 628b60ee6f9e..fb0149303e51 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/tests/tests.rs +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/tests/tests.rs @@ -16,7 +16,7 @@ #![cfg(test)] -use collectives_westend_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin; +use collectives_westend_runtime::{Block, Runtime, RuntimeCall, RuntimeOrigin}; #[test] fn xcm_payment_api_works() { diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/tests/tests.rs b/cumulus/parachains/runtimes/coretime/coretime-rococo/tests/tests.rs index dccea8afaa03..a1208e0e2171 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/tests/tests.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/tests/tests.rs @@ -16,7 +16,7 @@ #![cfg(test)] -use coretime_rococo_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin; +use coretime_rococo_runtime::{Block, Runtime, RuntimeCall, RuntimeOrigin}; #[test] fn xcm_payment_api_works() { diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/tests/tests.rs b/cumulus/parachains/runtimes/coretime/coretime-westend/tests/tests.rs index f9c754432889..7aeb2ba9393a 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/tests/tests.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/tests/tests.rs @@ -16,7 +16,7 @@ #![cfg(test)] -use coretime_westend_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin; +use coretime_westend_runtime::{Block, Runtime, RuntimeCall, RuntimeOrigin}; #[test] fn xcm_payment_api_works() { diff --git a/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs b/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs index aeabfe310d2d..4dd6ede05c7c 100644 --- a/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs +++ b/cumulus/parachains/runtimes/people/people-westend/tests/tests.rs @@ -16,7 +16,7 @@ #![cfg(test)] -use people_westend_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin; +use people_westend_runtime::{Block, Runtime, RuntimeCall, RuntimeOrigin}; #[test] fn xcm_payment_api_works() {