Format with rustfmt 0.7.0
diff --git a/src/lib.rs b/src/lib.rs
index c723b44..3a059e6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -516,13 +516,12 @@
 }
 
 impl PartialEq for Ident {
-    fn eq(&self, other: &Ident) -> bool{
+    fn eq(&self, other: &Ident) -> bool {
         self.to_string() == other.to_string()
     }
 }
 
-impl Eq for Ident {
-}
+impl Eq for Ident {}
 
 impl PartialOrd for Ident {
     fn partial_cmp(&self, other: &Ident) -> Option<Ordering> {