summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-27 07:18:57 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-27 07:18:57 +0100
commit8fe7f07e412bd21182e55f8f4b3b9ba7613045de (patch)
tree0241a5c7b9e8978a2247203f9dd245535346bcc6 /src
parent0d2d9f4cca3ce00cd3d22f3358fce6b4c4700a62 (diff)
downloadrabbitmq-server-git-8fe7f07e412bd21182e55f8f4b3b9ba7613045de.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_exchange.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_exchange.erl b/src/rabbit_exchange.erl
index ce1229b5d4..7f7622b255 100644
--- a/src/rabbit_exchange.erl
+++ b/src/rabbit_exchange.erl
@@ -77,7 +77,8 @@
rabbit_framing:amqp_table())
-> 'ok' | no_return()).
-spec(assert_args_equivalence/2 ::
- (rabbit_types:exchange(), rabbit_framing:amqp_table()) -> 'ok' | no_return()).
+ (rabbit_types:exchange(), rabbit_framing:amqp_table()) ->
+ 'ok' | no_return()).
-spec(lookup/1 ::
(name()) -> rabbit_types:ok(rabbit_types:exchange()) |
rabbit_types:error('not_found')).