diff --git a/Assets/Scripts/InteractionEngine/FactHandling/Fact.cs b/Assets/Scripts/InteractionEngine/FactHandling/Fact.cs
index b7effa0fbf2b2e3d28985c3134e1e9178faa40de..ba3376a0ccd6905b41c8ec6eb71aa7342f14806d 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/Fact.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/Fact.cs
@@ -3053,7 +3053,6 @@ private void init(string cid1, string cid2, float vol, string unequalproof, OMA
         string c2URI = cf2.Id;
         string pURI = unEqualProof.Id;
 
-
         mmtDecl = generateMMTDeclaration(c1URI, c2URI, vol, pURI, proof);
 
         AddFactResponse.sendAdd(mmtDecl, out this._URI);