summaryrefslogtreecommitdiff
path: root/shared-module/msgpack/__init__.c
diff options
context:
space:
mode:
authorBernhard Boser <boser@server.home>2020-11-09 18:16:22 -0800
committerScott Shawcroft <scott@tannewt.org>2020-12-01 18:38:14 -0800
commit912691e0d28ecbef563610dc328f6b08c61b31b0 (patch)
treed264762d4540a915f95c675d24e849d1ccc51d9e /shared-module/msgpack/__init__.c
parente19782633a88ac5b076119d506ddef1d35728e4d (diff)
removed blanks line at end of file
Diffstat (limited to 'shared-module/msgpack/__init__.c')
-rw-r--r--shared-module/msgpack/__init__.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/msgpack/__init__.c b/shared-module/msgpack/__init__.c
index 4a969901d..437469978 100644
--- a/shared-module/msgpack/__init__.c
+++ b/shared-module/msgpack/__init__.c
@@ -369,4 +369,3 @@ mp_obj_t common_hal_msgpack_unpack(mp_obj_t stream_obj) {
msgpack_stream_t stream = get_stream(stream_obj, MP_STREAM_OP_WRITE);
return unpack(&stream);
}
-