Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Apr 2, 2024
1 parent e52aad9 commit 224d3f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fluvio-spu/src/replication/leader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ pub use self::peer_api::LeaderPeerRequest;
pub use self::update_offsets::UpdateOffsetRequest;
pub use self::update_offsets::ReplicaOffsetRequest;
pub use self::kv::{LeaderKVStorage, LeaderReplicaLog};
pub use self::actions::FollowerOffsetUpdate;

pub use self::spu::*;

0 comments on commit 224d3f9

Please sign in to comment.