summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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}];