Remove unneeded newline

This commit is contained in:
Redox 2023-08-07 00:48:52 +01:00 committed by GitHub
parent 5d7db74761
commit ee8074e6da
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
end
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
return newtable