Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Feb 16, 2024
1 parent 9431cae commit d15162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/motoko/src/ZhenyaHashmap.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Prim "mo:prim";
actor {
stable let profiling = Profiling.init();

let hash : HashMap.HashUtils<Nat64> = Map.n64hash;
let hash : HashMap.HashUtils<Nat64> = HashMap.n64hash;
stable var map = HashMap.new<Nat64, Nat64>();
let rand = Random.new(null, 42);

Expand Down

0 comments on commit d15162e

Please sign in to comment.