From ef84878ac11acbc3c4d7d71c9dce661ccc68a4f1 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 10 Mar 2011 08:07:18 -0400 Subject: [PATCH] add missing brace --- Crypt/Monkeysphere/MSVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index e134758..f3fe0d7 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -677,7 +677,7 @@ if (scalar(@{$uid_query->{valid_keys}}) > 0) { $ret->{valid} = JSON::true; $ret->{message} = sprintf('Successfully validated "%s" through the OpenPGP Web of Trust.', $uid); - } else + } else { my @subvalid_key_fprs= map { $_->{fingerprint} } @{$uid_query->{subvalid_keys}}; my $resp = Crypt::Monkeysphere::MSVA::MarginalUI->ask_the_user($gnupg, -- 2.26.2