mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
ArgumentTuple cleanup
This commit is contained in:
parent
fe351b5ca4
commit
ffadc0dd69
12 changed files with 88 additions and 105 deletions
|
|
@ -25,7 +25,7 @@ return Runtime(AutoCall, Event) {
|
|||
for _, e in ipairs(self.list) do
|
||||
table.insert(t, ("%s%s"):format(e[2]:format(...), e[1]:format(...)))
|
||||
end
|
||||
return ("| %s |"):format(table.concat(t, " "))
|
||||
return ("| %s|"):format(table.concat(t, " "))
|
||||
end,
|
||||
|
||||
-- Text comes from TextInterpolation which already evals the contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue