mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix missing newline at end of file in utils.js
This commit is contained in:
parent
77a3ff935d
commit
27ebcb5b88
@ -39,4 +39,4 @@ class EJS_UTILS {
|
||||
// always be 0 or 1 (since it is only 1 bit)
|
||||
return (4294967296 * (2097151 & h2) + (h1 >>> 0)).toString(16).padStart(14, "0");
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user