5 lines
125 B
Rust
5 lines
125 B
Rust
|
// rustfmt-normalize_comments: true
|
||
|
// the following empty comment should not have any trailing space added.
|
||
|
//
|
||
|
fn main() {}
|