Typo
This commit is contained in:
parent
e0352414f2
commit
3ff51c000c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ segment_hash(Key) when is_binary(Key) ->
|
||||||
{SegmentID, ExtraHash};
|
{SegmentID, ExtraHash};
|
||||||
segment_hash(KeyTuple) when is_tuple(KeyTuple) ->
|
segment_hash(KeyTuple) when is_tuple(KeyTuple) ->
|
||||||
BinKey =
|
BinKey =
|
||||||
case element(1, Keytuple) of
|
case element(1, KeyTuple) of
|
||||||
?HEAD_TAG ->
|
?HEAD_TAG ->
|
||||||
headkey_to_canonicalbinary(KeyTuple);
|
headkey_to_canonicalbinary(KeyTuple);
|
||||||
_ ->
|
_ ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue