Format with rustfmt 2019-08-06
diff --git a/src/fallback.rs b/src/fallback.rs
index 1bd5848..29c0621 100644
--- a/src/fallback.rs
+++ b/src/fallback.rs
@@ -892,7 +892,7 @@
     }
 
     if sym == "_" {
-        return Err(LexError)
+        return Err(LexError);
     }
 
     let ident = crate::Ident::_new_raw(sym, crate::Span::call_site());