Format with rustfmt 0.99.5-nightly
diff --git a/src/parse.rs b/src/parse.rs
index e9428ed..8ca7d2e 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -358,7 +358,8 @@
             } else {
                 Ok((false, *cursor))
             }
-        }).unwrap()
+        })
+        .unwrap()
 }
 
 impl private {