removed blanks line at end of file

This commit is contained in:
Bernhard Boser 2020-11-09 18:16:22 -08:00 committed by Scott Shawcroft
parent e19782633a
commit 912691e0d2
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -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);
}