Commit 599b2db1 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

sim: Simplify printing blank line



Per clippy, `println!()` should be used instead of `println!("")`.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent fbc8f7c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1239,7 +1239,7 @@ fn show_flash(flash: &dyn Flash) {
        println!("    {:3}: 0x{:08x}, 0x{:08x}",
                 sector.num, sector.base, sector.size);
    }
    println!("");
    println!();
}

/// Install a "program" into the given image.  This fakes the image header, or at least all of the