summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3423.rs
blob: fbe8e5c372eb0d8f5a5e2860b778a6fe7dfe2bab (plain)
1
2
3
4
5
/* a nice comment with a trailing whitespace */ 
fn foo() {}

/* a nice comment with a trailing tab */			
fn bar() {}