chore(bridge_v2): make dialyzer and bpapi happy
This commit is contained in:
parent
d26a1b9afb
commit
7839f0cbc8
|
@ -151,8 +151,8 @@
|
|||
error := term()
|
||||
}.
|
||||
|
||||
-type bridge_v2_type() :: binary() | atom().
|
||||
-type bridge_v2_name() :: binary() | atom().
|
||||
-type bridge_v2_type() :: binary() | atom() | [byte()].
|
||||
-type bridge_v2_name() :: binary() | atom() | [byte()].
|
||||
|
||||
%%====================================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue