Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Feb 2, 2024
1 parent f461daa commit 28f20d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/stages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
//! # let snapshotter = Snapshotter::new(
//! # provider_factory.clone(),
//! # provider_factory
//! # .snapshot_provider()
//! # .expect("snapshot provider initialized via provider factory"),
//! # .snapshot_provider();
//! # PruneModes::default()
//! # );
//! // Create a pipeline that can fully sync
Expand Down

0 comments on commit 28f20d6

Please sign in to comment.