From: Steve Hancock Date: Mon, 12 Nov 2018 20:21:08 +0000 (-0800) Subject: minor formatting changes X-Git-Tag: 20181117~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=db1125a86d654956c86b2f81754165c1a7ee996c;p=perltidy.git minor formatting changes --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 5788ca63..fec69f32 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -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= { ? : => && || ~~ !~~ =~ //