mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Remove unneeded newline
This commit is contained in:
parent
5d7db74761
commit
ee8074e6da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user