From 0a10403ff5f3ea3ab17c0978e4ed32af819f0188 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 6 Dec 2020 16:41:33 -0800 Subject: [PATCH] Improve vertical alignment of '{' in sweep operation --- lib/Perl/Tidy/VerticalAligner.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index 70838489..52e1cad8 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -2000,7 +2000,7 @@ sub sweep_left_to_right { BEGIN { my @q = qw( - => = ? if unless or || + => = ? if unless or || { ); push @q, ','; @is_good_alignment_token{@q} = (1) x scalar(@q); -- 2.39.5