style: apply stylua formatter

This commit is contained in:
Erica Marigold 2025-02-23 20:15:58 +00:00
parent f60b74d7ee
commit 545de01536
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -75,7 +75,7 @@ return function(test: typeof(frktest.test))
assert(unzipResult.ok)
local commentData = assert(string.match(unzipResult.stdout, "\n(.*)\n"))
-- Check that the comment is the same as the one in the ZIP file (only compare hashes)
check.equal(serde.hash("blake3", commentData), serde.hash("blake3", zip.comment))
end)