From: David Bremner Date: Thu, 10 Mar 2011 12:07:18 +0000 (-0400) Subject: add missing brace X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef84878ac11acbc3c4d7d71c9dce661ccc68a4f1;p=monkeysphere-validation-agent.git add missing brace --- 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,