Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored Dec 3, 2024
1 parent 68ba8b7 commit 50b0294
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 50b0294

Please sign in to comment.