From b65c5fc2942497efc8f1d254e46f8202dd53dba1 Mon Sep 17 00:00:00 2001
From: Austin King <shout@ozten.com>
Date: Tue, 1 May 2012 16:44:40 -0700
Subject: [PATCH] Removing whitespace

---
 lib/verifier/certassertion.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/verifier/certassertion.js b/lib/verifier/certassertion.js
index ee7c0fa44..b437fe4f9 100644
--- a/lib/verifier/certassertion.js
+++ b/lib/verifier/certassertion.js
@@ -134,7 +134,6 @@ function verify(assertion, audience, successCB, errorCB) {
         return errorCB("audience mismatch: " + err);
       }
 
-
       // verify that the issuer is the same as the email domain
       // NOTE: for "delegation of authority" support we'll need to make this check
       // more sophisticated
-- 
GitLab