chore(bridge_v2): make dialyzer and bpapi happy

This commit is contained in:
Kjell Winblad 2023-11-06 17:30:03 +01:00 committed by Ivan Dyachkov
parent d26a1b9afb
commit 7839f0cbc8
1 changed files with 2 additions and 2 deletions

View File

@ -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()].
%%====================================================================