rust/tests/target/configs-fn_call_indent-block-tab_spaces-2.rs
2017-11-13 17:33:32 +09:00

14 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 },
)
});
}