mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-02 22:00:53 +01:00
style: apply stylua
formatter
This commit is contained in:
parent
f60b74d7ee
commit
545de01536
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue