diff --git a/repos/dde_rump/run/rump_iso.run b/repos/dde_rump/run/rump_iso.run
index eebc34876e..14b704e9b8 100644
--- a/repos/dde_rump/run/rump_iso.run
+++ b/repos/dde_rump/run/rump_iso.run
@@ -7,7 +7,6 @@ if {[have_spec arm]} {
#
set mkisofs [check_installed mkisofs]
-#
#
# Build
#
@@ -41,6 +40,7 @@ append config {
+
@@ -50,7 +50,7 @@ append config {
-
+
@@ -61,8 +61,9 @@ append config {
+
-
+
@@ -92,7 +93,6 @@ set boot_modules {
fs.iso fs_rom
}
-
build_boot_image $boot_modules
append qemu_args "-nographic "
diff --git a/repos/os/src/test/iso/main.cc b/repos/os/src/test/iso/main.cc
index ed52af5b15..46761a5d4f 100644
--- a/repos/os/src/test/iso/main.cc
+++ b/repos/os/src/test/iso/main.cc
@@ -42,8 +42,6 @@ struct Hexdump
off += j * sizeof(unsigned long);
print(out, "\n");
}
-
- print(out, "\n");
}
};