]> git.donarmstrong.com Git - perltidy.git/blobdiff - t/snippets15.t
New upstream version 20221112
[perltidy.git] / t / snippets15.t
index f79abe8dbf34506e1b4cae6962bc68ab2620520c..b51c0c5fc7f3e85d78378c8d9c6b5cb631ae17f4 100644 (file)
@@ -407,11 +407,11 @@ elsif ( $i > $depth )  { $_ = 0; }
 # no one-line block for first map with -ce -cbl=map,sort,grep
 @sorted = map {
     $_->[0]
-} sort {
+  } sort {
     $a->[1] <=> $b->[1] or $a->[0] cmp $b->[0]
-} map {
+  } map {
     [ $_, length($_) ]
-} @unsorted;
+  } @unsorted;
 #14...........
         },