From ee8074e6da3021f96f96524318f6338241db8318 Mon Sep 17 00:00:00 2001 From: Redox Date: Mon, 7 Aug 2023 00:48:52 +0100 Subject: [PATCH] Remove unneeded newline --- lua/advdupe2/sv_clipboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/advdupe2/sv_clipboard.lua b/lua/advdupe2/sv_clipboard.lua index 345273f..654a291 100644 --- a/lua/advdupe2/sv_clipboard.lua +++ b/lua/advdupe2/sv_clipboard.lua @@ -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