From 9c83baadd88c0605dcf663e6a8782ffb5867298d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 21 May 2018 17:36:35 -0400 Subject: semicolon --- Bugzilla/Quantum/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Quantum/CGI.pm b/Bugzilla/Quantum/CGI.pm index aa1447c3e..5ccda4d6f 100644 --- a/Bugzilla/Quantum/CGI.pm +++ b/Bugzilla/Quantum/CGI.pm @@ -77,7 +77,7 @@ sub _load_cgi { die $_ unless ref $_ eq 'ARRAY' && $_->[0] eq "EXIT\n" || /\bModPerl::Util::exit\b/; } finally { - $c->res->body($stdout) if $stdout + $c->res->body($stdout) if $stdout; Bugzilla->_cleanup; ## no critic (private) CGI::initialize_globals(); }; -- cgit v1.2.3-24-g4f1b