diff --git a/src/Lib/Script/LuaContext.hh b/src/Lib/Script/LuaContext.hh
index fd10193960beebfb37bc54e8284864b88f65e781..314aad6422cd28dd1d02aad26b2ebb11a351127b 100644
--- a/src/Lib/Script/LuaContext.hh
+++ b/src/Lib/Script/LuaContext.hh
@@ -56,7 +56,6 @@ public:
     lua_State *getState() noexcept;
 
     auto &getOutputStream() noexcept { return streamOut; }
-
     auto &getErrorStream() noexcept { return streamErr; }
 
     operator lua_State *() noexcept { return L; }