From db1125a86d654956c86b2f81754165c1a7ee996c Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Mon, 12 Nov 2018 12:21:08 -0800 Subject: [PATCH] minor formatting changes --- lib/Perl/Tidy/Formatter.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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= { ? : => && || ~~ !~~ =~ // -- 2.39.5