diff --git a/lib/verifier/certassertion.js b/lib/verifier/certassertion.js
index ee7c0fa44f6d730a4329e208d7de36c0b329f4e7..b437fe4f9abbc5ecbcb38b66ae71e21557ceda50 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