From aec8988419dc4a9ff9841476b19f3f9018cf65a2 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 4 Sep 2025 01:47:53 +0800 Subject: [PATCH] lib / partitioning.sh: remove some whitespace at end-of-line --- lib/functions/image/partitioning.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/image/partitioning.sh b/lib/functions/image/partitioning.sh index 9a8f4ef77f..5cfaa42be3 100644 --- a/lib/functions/image/partitioning.sh +++ b/lib/functions/image/partitioning.sh @@ -239,7 +239,7 @@ function prepare_partitions() { fi # No 'size' argument means "expand as much as possible" 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