Skip to content

Commit a939b49

Browse files
authored
Remove unwanted tab
1 parent d805cef commit a939b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libesp32/berry/src/be_byteslib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ void be_load_byteslib(bvm *vm)
19001900
{ "copy", m_copy },
19011901
{ "append", m_connect },
19021902
{ "appendhex", m_appendhex },
1903-
{ "appendb64", m_appendb64 },
1903+
{ "appendb64", m_appendb64 },
19041904
{ "+", m_merge },
19051905
{ "..", m_connect },
19061906
{ "==", m_equal },

0 commit comments

Comments
 (0)