Skip to content

Commit

Permalink
Update src/processor/snapshot/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <[email protected]>
  • Loading branch information
tuommaki and zeapoz authored Nov 17, 2023
1 parent 7bb53f3 commit 97d8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/snapshot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use state_reconstruct_fetcher::{
use tokio::sync::mpsc;

use self::{
database::{DatabaseError, SnapshotDB},
database::SnapshotDB,
types::{SnapshotFactoryDependency, SnapshotStorageLog},
};
use super::Processor;
Expand Down

0 comments on commit 97d8f50

Please sign in to comment.