rust/tests/target/configs-spaces_within_parens-true.rs

7 lines
125 B
Rust
Raw Normal View History

// rustfmt-spaces_within_parens: true
// Spaces within parens
fn lorem<T: Eq>( t: T ) {
let lorem = ( ipsum, dolor );
}