Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 1, 2023
1 parent 1785e35 commit db80f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@
//! let caching_store = CachingSessionStore::new(moka_store, postgres_store);
//!
//! let session_service = ServiceBuilder::new()
//! .layer(SessionManagerLayer::new(caching_store).
//! with_max_age(Duration::days(1))); # })}
//! .layer(SessionManagerLayer::new(caching_store).with_max_age(Duration::days(1)));
//! # })}
//! ```
//!
//! While this example uses Moka, any implementor of [`SessionStore`] may be
Expand Down

0 comments on commit db80f77

Please sign in to comment.