format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+1 -3
View File
@@ -1,6 +1,5 @@
#include "api_lua.hpp"
#include "../../../debug/Logger.hpp"
#include "api_lua.hpp"
static debug::Logger logger("lua-debug");
@@ -24,7 +23,6 @@ static int l_debug_log(lua::State* L) {
void initialize_libs_extends(lua::State* L) {
if (lua::getglobal(L, "debug")) {
lua::pushcfunction(L, lua::wrap<l_debug_error>);
lua::setfield(L, "error");