Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhattaccmu authored Aug 24, 2024
1 parent bc5b205 commit 52cd7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/fat_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use std::{
sync::Arc,
time::{Duration, Instant},
};
use tracing::{debug, error, info, warn};
use tracing::{debug, error, info};

use crate::{
data::{BlockHeaderKey, Database},
Expand Down

0 comments on commit 52cd7f1

Please sign in to comment.