rust/tests/target/configs-fn_call_style-block-tab_spaces-2.rs
2017-05-28 13:24:05 +09:00

14 lines
238 B
Rust

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