tilezen / raw_tiles

Raw tiles
MIT License
12 stars 4 forks source link

Unpack varargs for call to format. #8

Closed zerebubuth closed 6 years ago

zerebubuth commented 6 years ago

It seems that the formatter was intended to take varargs, so when the row is passed to it without unpacking it results in an additional layer of nesting.

Added a test to make sure we can round-trip as expected through the Msgpack formatter.