From: Daniel Kahn Gillmor Date: Fri, 22 Apr 2011 02:55:43 +0000 (-0400) Subject: silly whitespace cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=accf65bb903b6967c32ef79447e5f9c2caac21a3;p=monkeysphere-validation-agent.git silly whitespace cleanup --- diff --git a/Crypt/Monkeysphere/Keyserver.pm b/Crypt/Monkeysphere/Keyserver.pm index 9d49bd9..e8a1b77 100644 --- a/Crypt/Monkeysphere/Keyserver.pm +++ b/Crypt/Monkeysphere/Keyserver.pm @@ -95,7 +95,6 @@ sub _read_keyserver_from_gpg_conf() { $self->log('info', "Did not find GnuPG configuration file while looking for keyserver '%s'\n", $gpgconf); } return undef; - } diff --git a/unit-tests/20.validator/10.findall.t b/unit-tests/20.validator/10.findall.t index fc316d5..dbbd48a 100644 --- a/unit-tests/20.validator/10.findall.t +++ b/unit-tests/20.validator/10.findall.t @@ -33,9 +33,6 @@ my $uid='Joe Tester '; my @keys=$validator->findall($uid); - - ok(scalar @keys >= 3); - end: