silly whitespace cleanup
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 22 Apr 2011 02:55:43 +0000 (22:55 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 22 Apr 2011 02:55:43 +0000 (22:55 -0400)
Crypt/Monkeysphere/Keyserver.pm
unit-tests/20.validator/10.findall.t

index 9d49bd9ea0f5948fc9be7047fd4cdcd45c1ccacd..e8a1b778a9872fd66c8fdf8339c211f1d93eb087 100644 (file)
@@ -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;
-  
 }
 
 
index fc316d55635999f3287a4ccbfc68155197399380..dbbd48aaba6aa378cb390664d8ba9af2920aea18 100644 (file)
@@ -33,9 +33,6 @@ my $uid='Joe Tester <joe@example.net>';
 
 my @keys=$validator->findall($uid);
 
-
-
 ok(scalar @keys >= 3);
 
-
 end: