From a53580c9f944f2e3bd5fc64a99f2def8f19783a3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 24 Feb 2025 07:42:44 +0000 Subject: [PATCH] style: apply `stylua` formatter --- lib/init.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.luau b/lib/init.luau index 12ad5d1..278abee 100644 --- a/lib/init.luau +++ b/lib/init.luau @@ -640,7 +640,7 @@ function ZipReader.parseCentralDirectory(self: ZipReader): () if entriesFound ~= record.cdEntries then error("Found different entries than specified in Central Directory") end - + self.comment = record.comment end