From a939b4973e282751946c32391b358e90fa1b0816 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:41:44 +0100 Subject: [PATCH] Remove unwanted tab --- lib/libesp32/berry/src/be_byteslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry/src/be_byteslib.c b/lib/libesp32/berry/src/be_byteslib.c index 584914157..b3c63a499 100644 --- a/lib/libesp32/berry/src/be_byteslib.c +++ b/lib/libesp32/berry/src/be_byteslib.c @@ -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 },