Skip to content

Commit 2267016

Browse files
committed
fixed formatting for images without partition table
1 parent 15576a3 commit 2267016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anylinuxfs/src/diskutil.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ pub fn list_partitions(
543543
.map(format_partition_size)
544544
.unwrap_or_default();
545545
entry.partitions_mut().push(format!(
546-
" 0: {:>26} {:<23} {:<10} {}",
546+
" 0: {:>26} {:<22} +{:<10} {}",
547547
fs_type, truncated_label, size_str, image_name,
548548
));
549549
}

0 commit comments

Comments
 (0)