fix: util.cc concat with \n
This commit is contained in:
@@ -4,7 +4,7 @@ local symbol = require("core.symbol")
|
||||
local M = {}
|
||||
|
||||
function M.cc(tbl)
|
||||
return table.concat(tbl)
|
||||
return table.concat(tbl, "\n")
|
||||
end
|
||||
|
||||
function M.copyright(link, holder)
|
||||
|
||||
Reference in New Issue
Block a user