[Tarantool-patches] [PATCH luajit 05/15] test: fix E231 errors by pycodestyle
Maxim Kokryashkin
m.kokryashkin at tarantool.org
Thu Aug 3 18:55:43 MSK 2023
Hi, Igor!
Thanks for the patch!
LGTM
--
Best regards,
Maxim Kokryashkin
>
>>Fixed the only occurrence of E231 ("missing whitespace after ','") error
>>reported by pycodestyle[1].
>>
>>[1]: https://www.flake8rules.com/rules/E231.html
>>
>>Signed-off-by: Igor Munkin < imun at tarantool.org >
>>---
>> src/luajit_lldb.py | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py
>>index b9c8a0b9..a7a756e9 100644
>>--- a/src/luajit_lldb.py
>>+++ b/src/luajit_lldb.py
>>@@ -166,7 +166,7 @@ c_structs = {
>> ('uint', 'state')
>> ],
>> 'GChead': [
>>- ('GCRef','nextgc')
>>+ ('GCRef', 'nextgc')
>> ],
>> 'GCobj': [
>> ('GChead', 'gch')
>>--
>>2.30.2
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20230803/da176c31/attachment.htm>
More information about the Tarantool-patches
mailing list