mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-18 12:43:45 +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 }
|
{ __index = ZipEntry }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
function ZipEntry.isSymlink(self: ZipEntry): boolean
|
function ZipEntry.isSymlink(self: ZipEntry): boolean
|
||||||
return bit32.band(self.attributes, 0xA0000000) == 0xA0000000
|
return bit32.band(self.attributes, 0xA0000000) == 0xA0000000
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue