diff options
| -rw-r--r-- | src/rabbit_exchange_type_registry.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_exchange_type_registry.erl b/src/rabbit_exchange_type_registry.erl index 6517b5e906..175d15ad83 100644 --- a/src/rabbit_exchange_type_registry.erl +++ b/src/rabbit_exchange_type_registry.erl @@ -48,12 +48,10 @@ -spec(start_link/0 :: () -> 'ignore' | {'error', term()} | {'ok', pid()}). -spec(register/2 :: (binary(), atom()) -> 'ok'). -spec(binary_to_type/1 :: (binary()) -> atom() | {'error', 'not_found'}). --spec(lookup_module/1 :: (atom()) -> {'ok', atom()} | {'error', 'not_found'}). +-spec(lookup_module/1 :: (atom()) -> {'ok', atom()} | {'error', 'not_found'}). -endif. -%% TODO specs - %%--------------------------------------------------------------------------- start_link() -> |
