]> git.donarmstrong.com Git - perltidy.git/blobdiff - t/snippets22.t
New upstream version 20230309
[perltidy.git] / t / snippets22.t
index a86591f28c8122bbafb02b51d742abeff3fa3fc8..0975f678a05ede42cb3d688dcdc7fcddc62ffcab 100644 (file)
@@ -261,7 +261,8 @@ my @globlist = ( grep { defined } @opt{qw( l q S t )} )
             params => "here_long",
             expect => <<'#1...........',
 # must not break after here target regardless of maximum-line-length
-$sth = $dbh->prepare(
+$sth =
+  $dbh->prepare(
     <<"END_OF_SELECT") or die "Couldn't prepare SQL";
     SELECT COUNT(duration),SUM(duration) 
     FROM logins WHERE username='$user'