lib / partitioning.sh: remove some whitespace at end-of-line

This commit is contained in:
Rolf Leggewie
2025-09-04 01:47:53 +08:00
parent 02fb49bced
commit aec8988419

View File

@@ -239,7 +239,7 @@ function prepare_partitions() {
fi fi
# No 'size' argument means "expand as much as possible" # No 'size' argument means "expand as much as possible"
echo "$rootpart : name=\"rootfs\", start=${next}MiB, type=${type}" echo "$rootpart : name=\"rootfs\", start=${next}MiB, type=${type}"
fi fi
} }
) )
# Output the partitioning options from above to the debug log first and then pipe it into the 'sfdisk' command # Output the partitioning options from above to the debug log first and then pipe it into the 'sfdisk' command