messing with the spacing a bit

This commit is contained in:
Aaron Honeycutt 2025-04-10 20:45:34 -06:00
parent 110a12cf34
commit 24febde5f7

View file

@ -194,9 +194,9 @@ fn main() {
println!(""); println!("");
println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda"); println!("Use the full drive path such as /dev/nvme0n1 or /dev/sda");
println!("Which drive do we want to use for this installation?: {}", drive_name);
println!("");
println!("If you're on the Lemur nvme1n1 is the test drive"); println!("If you're on the Lemur nvme1n1 is the test drive");
println!("");
println!("Which drive do we want to use for this installation?: {}", drive_name);
io::stdin() io::stdin()
.read_line(&mut drive_name) .read_line(&mut drive_name)
@ -228,14 +228,18 @@ fn main() {
.expect("Failed to execute command"); .expect("Failed to execute command");
println!(""); println!("");
println!("-------------------------");
println!("Water packed!"); println!("Water packed!");
println!("Treats packed!"); println!("Treats packed!");
println!("We're ready for our walk!"); println!("We're ready for our walk!");
println!("-------------------------");
// Host selection // Host selection
loop { loop {
println!(""); println!("");
println!("Host selection"); println!("Host selection:");
println!("---------------");
println!("");
println!("1. Lemur Pro 13 (Garrus)"); println!("1. Lemur Pro 13 (Garrus)");
println!("2. Device 2"); println!("2. Device 2");
println!("3. Quit"); println!("3. Quit");