rust/tests/target/configs-fn_call_indent-block-tab_spaces-2.rs

15 lines
239 B
Rust
Raw Normal View History

// rustfmt-fn_call_indent: Block
// rustfmt-max_width: 80
// rustfmt-tab_spaces: 2
// #1427
fn main() {
exceptaions::config(move || {
(
NmiConfig {},
HardFaultConfig {},
SysTickConfig { gpio_sbsrr },
)
});
}