Fix missing newline at end of file in utils.js

This commit is contained in:
Michael Green 2025-11-20 13:11:43 +11:00
parent 77a3ff935d
commit 27ebcb5b88

View File

@ -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");
};
}
}