]> git.donarmstrong.com Git - perltidy.git/blobdiff - t/snippets15.t
Update upstream source from tag 'upstream/20230309'
[perltidy.git] / t / snippets15.t
index f79abe8dbf34506e1b4cae6962bc68ab2620520c..eac77b011d4a3aaff6674b0d057f3566f4dbee39 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...........
         },
 
@@ -435,7 +435,7 @@ sub get_val () {
 
 }
 
-method get_value() {
+method get_value () {
 
 }