**Input** ```rust fn main() { /* " */ println!("Hello, world!"); } ``` **Output** ```rust fn main() { /* " */ println!("Hello, world!"); } ``` (notice the blank line between the comment and the println, containing 4 spaces. **Expected output** Input unchanged. **Meta** - rustfmt version: `rustfmt 1.4.16-stable (939e164 2020-06-11)` - From where did you install rustfmt?: rustup