[Tarantool-patches] [PATCH luajit 07/15] test: fix E301 errors by pycodestyle
Igor Munkin
imun at tarantool.org
Thu Aug 3 10:30:32 MSK 2023
Fixed the only occurrence of E301 ("expected 1 blank line, found 0")
error reported by pycodestyle[1].
[1]: https://www.flake8rules.com/rules/E301.html
Signed-off-by: Igor Munkin <imun at tarantool.org>
---
src/luajit_lldb.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py
index f502a0e6..b62705c3 100644
--- a/src/luajit_lldb.py
+++ b/src/luajit_lldb.py
@@ -215,6 +215,7 @@ for cls in c_structs.keys():
for cls in Struct.__subclasses__():
ptr_name = cls.__name__ + 'Ptr'
+
def make_ptr_init(nm, cls):
return type(
nm,
--
2.30.2
More information about the Tarantool-patches
mailing list