From e88326fc85b042e6c2e42518ade1094a5e178c95 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 25 Mar 2025 22:50:39 +0000 Subject: [PATCH] Bug 38969: (QA follow-up) fix tidy --- tags/review.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/review.pl b/tags/review.pl index 05f94f69e3..413117fdf9 100755 --- a/tags/review.pl +++ b/tags/review.pl @@ -110,7 +110,7 @@ if ( $op eq 'cud-approve' ) { $template->param( test_term => $tag, ( - $check >= 1 ? 'verdict_ok' + $check >= 1 ? 'verdict_ok' : $check <= -1 ? 'verdict_rej' : 'verdict_indeterminate' ) => 1, -- 2.39.5