From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- scripts/nuke-bugs.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/nuke-bugs.pl') diff --git a/scripts/nuke-bugs.pl b/scripts/nuke-bugs.pl index 6faf7d694..d48fe952b 100755 --- a/scripts/nuke-bugs.pl +++ b/scripts/nuke-bugs.pl @@ -64,8 +64,8 @@ $dbh->do("DELETE FROM bugs_fulltext"); print "All done!\n"; sub delete_from_table { - my $table = shift; - print "Deleting from $table..."; - $dbh->do("DELETE FROM $table"); - print "done.\n"; + my $table = shift; + print "Deleting from $table..."; + $dbh->do("DELETE FROM $table"); + print "done.\n"; } -- cgit v1.2.3-24-g4f1b