Skip to content

Commit d32cb17

Browse files
committed
chore: fmt
1 parent fb15344 commit d32cb17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/dips/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ use thegraph_core::alloy::{
1313
sol_types::{eip712_domain, Eip712Domain, SolStruct, SolValue},
1414
};
1515

16+
pub mod database;
1617
pub mod ipfs;
1718
pub mod price;
18-
pub mod database;
1919
pub mod proto;
2020
pub mod server;
2121
pub mod store;

crates/service/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use axum::{extract::Request, serve, ServiceExt};
88
use clap::Parser;
99
use indexer_config::{Config, DipsConfig, GraphNodeConfig, SubgraphConfig};
1010
use indexer_dips::{
11+
database::PsqlAgreementStore,
1112
ipfs::{IpfsClient, IpfsFetcher},
1213
price::PriceCalculator,
13-
database::PsqlAgreementStore,
1414
proto::indexer::graphprotocol::indexer::dips::indexer_dips_service_server::{
1515
IndexerDipsService, IndexerDipsServiceServer,
1616
},

0 commit comments

Comments
 (0)