Remove an extra blank line in shadow_same

This commit is contained in:
Takayuki Nakata
2020-09-15 08:51:52 +09:00
parent f82e84c894
commit fd151f5135
-1
View File
@@ -25,7 +25,6 @@
/// **Example:**
/// ```rust
/// # let x = 1;
///
/// // Bad
/// let x = &x;
///