Skip to content

Commit febf262

Browse files
authored
Removed line whitespace as indicated by luacheck
1 parent 33e2492 commit febf262

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

buildPlugin.rbxl

53 Bytes
Binary file not shown.

src/Converter.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ function Converter:ChangeClass(object, ClassName)
545545
for _, Tag in pairs(CollectionService:GetTags(object)) do
546546
CollectionService:AddTag(newObject, Tag)
547547
end
548-
549548
-- Attribute instance
550549
for AttributeName, AttributeValue in pairs(object:GetAttributes()) do
551550
newObject:SetAttribute(AttributeName, AttributeValue)

0 commit comments

Comments
 (0)