Skip to content

Commit 3b9088f

Browse files
author
Matthew Sackman
committed
Whoops, forgot to export it
1 parent 2b983e9 commit 3b9088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_types.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
unencoded_content/0, encoded_content/0, vhost/0, ctag/0,
4141
amqp_error/0, r/1, r2/2, r3/3, ssl_socket/0, listener/0,
4242
binding/0, amqqueue/0, exchange/0, connection/0, user/0,
43-
error/1, ok_or_error/1, ok/1]).
43+
error/1, ok_or_error/1, ok_or_error2/2, ok/1]).
4444

4545
-type(maybe(T) :: T | 'none').
4646
-type(vhost() :: binary()).

0 commit comments

Comments
 (0)