--- a/mmdebstrap	2025-01-09 21:03:19.000000000 +0000
+++ b/mmdebstrap	2025-01-09 21:31:30.784972589 +0000
@@ -6804,7 +6804,7 @@
         ('tar', 'squashfs', 'ext2', 'ext4', 'null')) {
         if ($options->{format} ne 'null') {
             if (any { $_ eq $options->{variant} } ('extract', 'custom')
-                  and $options->{mode} eq 'fakechroot') {
+                and $options->{mode} eq 'fakechroot') {
                 info "creating a tarball, squashfs, ext2 or ext4 image in"
                   . " fakechroot mode might fail in extract and"
                   . " custom variants because there might be no tar inside the"
@@ -6840,10 +6840,9 @@
         # in unshare and root mode, other users than the current user need to
         # access the rootfs, most prominently, the _apt user. Thus, make the
         # temporary directory world readable.
-        if (
-            any { $_ eq $options->{mode} } ('unshare', 'root')
-              or ($EFFECTIVE_USER_ID == 0 and $options->{mode} eq 'chrootless')
-        ) {
+        if (any { $_ eq $options->{mode} } ('unshare', 'root')
+            or ($EFFECTIVE_USER_ID == 0 and $options->{mode} eq 'chrootless'))
+        {
             chmod 0755, $options->{root} or error "cannot chmod root: $!";
         }
     } elsif ($options->{format} eq 'directory') {
@@ -7333,7 +7332,7 @@
             } else {
                 if (any { $_ eq $options->{format} }
                     ('squashfs', 'ext2', 'ext4')
-                      or defined $tar_compressor) {
+                    or defined $tar_compressor) {
                     my @argv = ();
                     if ($options->{format} eq 'squashfs') {
                         push @argv, 'tar2sqfs',
