small change to GetVersion
[sfa.git] / sfa / methods / get_gid.py
index 6972a5a..bda382c 100644 (file)
@@ -51,6 +51,6 @@ class get_gid(Method):
         certificate = Certificate(string=cert) 
         if not certificate.is_pubkey(gid.get_pubkey()):
             raise ConnectionKeyGIDMismatch(gid.get_subject())
-
+        
         return record['gid']