From 9bad816399fe3bf03dd86ee685fe9d8ae581bbf6 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 25 May 2019 06:34:14 -0700 Subject: [PATCH] clean up comments --- lib/Perl/Tidy/Formatter.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index f2ab17ee..472bbe6c 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -12867,9 +12867,6 @@ sub pad_array_to_go { # remember locations of -> if this is a pre-broken method chain if ( $type eq '->' ) { -## set_forced_breakpoint($i - 1) -## if ( ( $i == $i_line_start ) -## && $rOpts_break_at_old_method_breakpoints ); if ($rOpts_break_at_old_method_breakpoints) { # Case 1: look for lines with leading pointers @@ -12882,7 +12879,7 @@ sub pad_array_to_go { # look for old lines with leading ')->' or ') ->' # and, when found, force a break before the - # opening paren and previous closing paren. + # opening paren and after the previous closing paren. if ( $types_to_go[$i_line_start] eq '}' && ( $i == $i_line_start + 1 -- 2.39.5