Update src/leveled_iclerk.erl

Co-authored-by: Thomas Arts <thomas.arts@quviq.com>
This commit is contained in:
Martin Sumner 2020-12-04 14:31:47 +00:00 committed by GitHub
parent f3f574de02
commit 7bf67563ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -606,7 +606,7 @@ size_comparison_score(KeySizeList,
true -> true ->
{ActSize + Size - ?CRC_SIZE, RplSize}; {ActSize + Size - ?CRC_SIZE, RplSize};
convert -> convert ->
{ActSize, RplSize + Size - ?CRC_SIZE}; {ActSize, RplSize + Size - ?CRC_SIZE};
false -> false ->
{ActSize, RplSize + Size - ?CRC_SIZE} {ActSize, RplSize + Size - ?CRC_SIZE}
end; end;