Format with rustfmt 0.99.5-nightly
diff --git a/src/parse_quote.rs b/src/parse_quote.rs
index 93e2759..7be6039 100644
--- a/src/parse_quote.rs
+++ b/src/parse_quote.rs
@@ -38,10 +38,7 @@
 /// parameter `T` in the input generics.
 ///
 /// ```
-#[cfg_attr(
-    not(syn_can_call_macro_by_path),
-    doc = " #[macro_use]"
-)]
+#[cfg_attr(not(syn_can_call_macro_by_path), doc = " #[macro_use]")]
 #[cfg_attr(
     not(syn_can_call_macro_by_path),
     doc = " extern crate quote;"