]> git.donarmstrong.com Git - perltidy.git/commitdiff
minor formatting changes
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 12 Nov 2018 20:21:08 +0000 (12:21 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 12 Nov 2018 20:21:08 +0000 (12:21 -0800)
lib/Perl/Tidy/Formatter.pm

index 5788ca636109d3b95dd0a463b6896feb4cfa0c43..fec69f32e6812578bb0a7ce6fd649fda7d87def5 100644 (file)
@@ -10611,8 +10611,7 @@ sub get_seqno {
 
         my @q;
 
-        # replaced =~ in the list
-        # TESTING: replaced. Removed // from list to improve chances of alignment (RT# 119588)
+        # Replaced =~ and // in the list.  // had been removed in RT 119588
         @q = qw#
           = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x=
           { ? : => && || ~~ !~~ =~ //