diff options
| author | Bernhard Boser <boser@server.home> | 2020-11-09 18:12:55 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-12-01 18:38:14 -0800 |
| commit | e19782633a88ac5b076119d506ddef1d35728e4d (patch) | |
| tree | 1740e1e948cccad7e4d96fa1d93fdde6ee1fea9d /shared-bindings/msgpack | |
| parent | 513253bc3f22e5afa67155f7b4ca29a770929a3e (diff) | |
removed blanks to make pre-commit check happy
Diffstat (limited to 'shared-bindings/msgpack')
| -rw-r--r-- | shared-bindings/msgpack/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/msgpack/__init__.c b/shared-bindings/msgpack/__init__.c index 6329c5026..b53fb9399 100644 --- a/shared-bindings/msgpack/__init__.c +++ b/shared-bindings/msgpack/__init__.c @@ -35,12 +35,12 @@ //| Example: //| import msgpack //| from io import StringIO -//| +//| //| s = StringIO() //| msgpack.pack({'list': [True, False, None, 1, 'abc'], 'str': 'blah'}, s) //| s.seek(0) //| print(msgpack.unpack(s))""" -//| +//| //| def pack(obj, stream): //| """Pack obj to stream.""" |
