rust/tests/source/configs-blank_lines_lower_bound-1.rs

14 lines
145 B
Rust
Raw Normal View History

// rustfmt-blank_lines_lower_bound: 1
fn foo() {}
fn bar() {}
// comment
fn foobar() {}
fn foo1() {}
fn bar1() {}
// comment
fn foobar1() {}