Skip to content

Commit

Permalink
Chore: fix missing import in rocksstore-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Apr 8, 2024
1 parent 265d519 commit 703e331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/rocksstore-v2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use openraft::storage::RaftLogStorage;
use openraft::storage::RaftStateMachine;
use openraft::storage::Snapshot;
use openraft::AnyError;
use openraft::BasicNode;
use openraft::Entry;
use openraft::EntryPayload;
use openraft::ErrorVerb;
Expand Down

0 comments on commit 703e331

Please sign in to comment.