From b5cfe2aff9077c6b0411a71e6a97a3d9aed927df Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Tue, 17 Aug 2021 11:20:59 +0200
Subject: [PATCH] MISC: Small update to style with clang-format

---
 src/Lib/Script/LuaContext.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Lib/Script/LuaContext.hh b/src/Lib/Script/LuaContext.hh
index fd101939..314aad64 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; }
-- 
GitLab