From 545de01536e1405bb61c258130ea800477492c0e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Feb 2025 20:15:58 +0000 Subject: [PATCH] style: apply `stylua` formatter --- tests/edge_cases.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/edge_cases.luau b/tests/edge_cases.luau index 5126463..a7f6a1a 100644 --- a/tests/edge_cases.luau +++ b/tests/edge_cases.luau @@ -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)