Skip to content

Commit c862bde

Browse files
committed
fix format
1 parent 493fa04 commit c862bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ pub use cookie_store::{CookieStore, CookieStoreError};
5858
#[cfg(feature = "memory-store")]
5959
pub use memory_store::{MemoryStore, MemoryStoreError};
6060
pub use session::Session;
61-
pub use session_store::{SessionStore};
61+
pub use session_store::SessionStore;
6262

6363
pub use async_trait::async_trait;

0 commit comments

Comments
 (0)