mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
style: add missed line after method decl
This commit is contained in:
parent
033a095f78
commit
83f847eabc
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ function ZipEntry.new(offset: number, name: string, properties: ZipEntryProperti
|
|||
{ __index = ZipEntry }
|
||||
)
|
||||
end
|
||||
|
||||
function ZipEntry.isSymlink(self: ZipEntry): boolean
|
||||
return bit32.band(self.attributes, 0xA0000000) == 0xA0000000
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue