Don't repeat yourself.

This commit is contained in:
Simon MacMullen 2013-02-08 16:10:27 +00:00
parent af8e526eaa
commit e6723046a7
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@
-define(PHASH2_RANGE, 134217728). %% 2^27
description() ->
[{name, <<"x-consistent-hash">>},
{description, <<"Consistent Hashing Exchange">>}].
[{description, <<"Consistent Hashing Exchange">>}].
serialise_events() -> false.