Skip to content

Commit

Permalink
Update machete.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
arosh authored Jul 21, 2023
1 parent 4bf78be commit b02483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machete/machete.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
hashModulo(s, m)::
local h = std.md5(s);
local xs = [std.parseHex(c) for c in std.stringChars(h)];
std.foldl(function(x, y) (x * 16 + y) % m, xs, 0)
std.foldl(function(x, y) (x * 16 + y) % m, xs, 0),
}

0 comments on commit b02483e

Please sign in to comment.