Skip to content

Commit ea52df4

Browse files
committed
ci: fix cargo fmt warnings
1 parent 9afff7a commit ea52df4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/test-assets/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ use std::{
1212

1313
use bip39::Mnemonic;
1414
use indexer_allocation::{Allocation, AllocationStatus, SubgraphDeployment};
15-
use sqlx::migrate::Migrator;
16-
use sqlx::{migrate, PgPool, Postgres};
15+
use sqlx::{migrate, migrate::Migrator, PgPool, Postgres};
1716
use tap_core::{signed_message::Eip712SignedMessage, tap_eip712_domain};
1817
use tap_graph::{Receipt, SignedReceipt};
1918
use thegraph_core::{

0 commit comments

Comments
 (0)