blob: 3726abc694bae2739af1028fdbd4125e3bf167da [file] [edit]
// rustfmt-hard_tabs: true
// rustfmt-max_width: 40
fn foo(x: u32) {
if x > 10 {
if x > 20 {
println!("0123456789abcdefghijklmnopqrstuvwxyz");
}
}
}