summaryrefslogtreecommitdiff
path: root/src/login/snapshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/snapshot.rs')
-rw-r--r--src/login/snapshot.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/login/snapshot.rs b/src/login/snapshot.rs
index 1379005..1a92f5c 100644
--- a/src/login/snapshot.rs
+++ b/src/login/snapshot.rs
@@ -19,7 +19,8 @@ pub struct Login {
impl Login {
// Two reasons for this allow:
//
- // 1. This is used to collect streams using a fold, below, which requires a type consistent with the fold, and
+ // 1. This is used to collect streams using a fold, below, which requires a type
+ // consistent with the fold, and
// 2. It's also consistent with the other history state machine types.
#[allow(clippy::unnecessary_wraps)]
fn apply(state: Option<Self>, event: Event) -> Option<Self> {