Skip to content

Commit 0d3779d

Browse files
committed
clippy+fmt
1 parent 57ca129 commit 0d3779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexer/pangea_event_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use chrono::Utc;
55
use prometheus::{register_int_counter, IntCounter};
66
use serde::{Deserialize, Serialize};
77
use std::sync::Arc;
8-
use tracing::{debug, error, info, warn};
8+
use tracing::{debug, error, warn};
99

1010
lazy_static::lazy_static! {
1111
static ref PROCESSED_ORDERS_TOTAL: IntCounter = register_int_counter!(

0 commit comments

Comments
 (0)