Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lostman committed Sep 5, 2023
1 parent d97ccbc commit 9de6b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/fuel-indexer/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use async_std::{fs::File, io::ReadExt};
use fuel_indexer_database::{
queries, types::IndexerAssetType, IndexerConnection, IndexerConnectionPool,
};
use fuel_indexer_lib::{defaults, utils::ServiceRequest};
use fuel_indexer_lib::{utils::ServiceRequest};
use fuel_indexer_schema::db::manager::SchemaManager;
use fuel_indexer_types::fuel::BlockData;
use futures::Future;
Expand All @@ -16,9 +16,8 @@ use std::marker::Send;
use std::sync::atomic::{AtomicBool, Ordering};
use tokio::{
sync::mpsc::Receiver,
time::{sleep, Duration},
};
use tracing::{debug, error, info, warn};
use tracing::{error, info, warn};

/// Primary service used to run one or many indexers.
pub struct IndexerService {
Expand Down

0 comments on commit 9de6b61

Please sign in to comment.