Remove unwanted tab

This commit is contained in:
s-hadinger 2025-02-15 21:41:44 +01:00 committed by GitHub
parent d805cef66e
commit a939b4973e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1900,7 +1900,7 @@ void be_load_byteslib(bvm *vm)
{ "copy", m_copy },
{ "append", m_connect },
{ "appendhex", m_appendhex },
{ "appendb64", m_appendb64 },
{ "appendb64", m_appendb64 },
{ "+", m_merge },
{ "..", m_connect },
{ "==", m_equal },