Skip to content

Commit

Permalink
Merge pull request #436 from wrefgtzweve/master-1
Browse files Browse the repository at this point in the history
Remove unneeded newline
  • Loading branch information
Vurv78 authored Aug 6, 2023
2 parents 5d7db74 + ee8074e commit e58e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/advdupe2/sv_clipboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e58e15f

Please sign in to comment.