patterns/lua54: Removed empty line (#278)

Remove an empty line.
This commit is contained in:
qux-bbb
2024-07-27 01:52:24 +08:00
committed by GitHub
parent 8a5cb1061b
commit 59c954ae28

View File

@@ -125,7 +125,6 @@ struct LuaFunction {
Vector<LuaUpvalue> upvalues;
Vector<LuaFunction> protos;
LuaDebugInfo debugInfo;
};
struct LuaFile {