summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/blank_lines_lower_bound/1.rs
blob: c6058a55b0aeed72d6f3d3df4078ca270b4e2685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// rustfmt-blank_lines_lower_bound: 1

fn foo() {}
fn bar() {}
// comment
fn foobar() {}

fn foo1() {}
fn bar1() {}

// comment

fn foobar1() {}