Index: src/AST/Type.hpp
===================================================================
--- src/AST/Type.hpp	(revision 09f34a84d91d0f6c3dcd80079886a3a4dd8e7ec7)
+++ src/AST/Type.hpp	(revision aa9f21562ec9ecf11a7c8497b3d7b3a2bd8fbdbe)
@@ -412,5 +412,4 @@
 		std::string typeString() const { return std::string("_") + std::to_string(formal_usage) + "_" + std::to_string(expr_id) + "_" + base->name; }
 		bool operator==(const TypeEnvKey & other) const { return base == other.base && formal_usage == other.formal_usage && expr_id == other.expr_id; }
-
 	};
 
