Merge pull request #436 from wrefgtzweve/master-1

Remove unneeded newline
This commit is contained in:
Vurv 2023-08-06 16:51:55 -07:00 committed by GitHub
commit e58e15fb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ local function CopyClassArgTable(tab)
newtable[k] = v newtable[k] = v
end end
else else
print("[AdvDupe2] ClassArg table with key \"" .. tostring(k) .. "\" has unsupported value of type \"".. type(v) .."\"!\n") print("[AdvDupe2] ClassArg table with key \"" .. tostring(k) .. "\" has unsupported value of type \"".. type(v) .."\"!")
end end
end end
return newtable return newtable