mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Zig fmt
This commit is contained in:
parent
bec9e6ff53
commit
ba5f87e149
2 changed files with 3 additions and 8 deletions
|
@ -178,7 +178,7 @@ pub const Wyhash = struct {
|
|||
}
|
||||
};
|
||||
|
||||
fn wyhash_hash(seed: u64, input:[]const u8) u64 {
|
||||
fn wyhash_hash(seed: u64, input: []const u8) u64 {
|
||||
return Wyhash.hash(seed, input);
|
||||
}
|
||||
|
||||
|
@ -237,4 +237,4 @@ test "iterative non-divisible update" {
|
|||
|
||||
std.testing.expectEqual(iterative_hash, non_iterative_hash);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue