rust/tests/target/configs/indent_style/block_tab_spaces_call.rs
2018-03-02 15:07:13 +13:00

15 lines
237 B
Rust

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