rustfmt-nightly 0.6.0

Tool to find and fix Rust formatting issues
// Part of multiple.rs

fn bob() {
    println!("hello other!");
}