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
4f99477caf
commit
3f5e5c17cd
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ end
|
|||
function ZipReader.parseCentralDirectory(self: ZipReader): ()
|
||||
local eocdPos = self:findEocdPosition()
|
||||
local record = self:parseEocdRecord(eocdPos)
|
||||
|
||||
|
||||
-- Track actual entries found
|
||||
local entriesFound = 0
|
||||
local pos = record.cdOffset
|
||||
|
|
Loading…
Add table
Reference in a new issue