summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/blank_lines_lower_bound/1.rs
blob: 9706699dc7a3c5ec64930773b3d9fab0e72bf484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// rustfmt-blank_lines_lower_bound: 1

fn foo() {}

fn bar() {}

// comment
fn foobar() {}

fn foo1() {}

fn bar1() {}

// comment

fn foobar1() {}