Skip to content

Commit 40da10c

Browse files
committed
add misterious fix
1 parent 338ea78 commit 40da10c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/msgpack.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
impl = erlang :: erlang | nif,
6464
allow_atom = none :: none | pack, %% allows atom when packing
6565
enable_str = false :: boolean(), %% true for new spec
66-
ext_packer = undefined :: msgpack_ext_packer() | undefined,
67-
ext_unpacker = undefined :: msgpack_ext_unpacker() | undefined,
66+
ext_packer = undefined :: undefined | msgpack_ext_packer(),
67+
ext_unpacker = undefined :: msgpack_ext_unpacker(),
6868
original_list = [] :: msgpack_list_options()
6969
}).
7070

0 commit comments

Comments
 (0)