summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-09-18 21:02:18 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-09-18 21:02:18 +0300
commit6abc15914fea8d1586adc67111cf58eb19e2eef6 (patch)
treec82327c62052790c2bfc6a74217f5bbe53e155cc /src
parentfc65eba4e48320da6295e06a4dc71c543d0a1a3f (diff)
downloadrabbitmq-server-git-6abc15914fea8d1586adc67111cf58eb19e2eef6.tar.gz
Compile with Erlang earlier than 18.0
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_password_hashing.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_password_hashing.erl b/src/rabbit_password_hashing.erl
index 3aff2fec4b..3c87093624 100644
--- a/src/rabbit_password_hashing.erl
+++ b/src/rabbit_password_hashing.erl
@@ -23,7 +23,7 @@
-else.
--export([behaviour_info/1, ]).
+-export([behaviour_info/1]).
behaviour_info(callbacks) ->
[{hash, 1}];