Skip to content

Commit

Permalink
chore: OVerlooked unused non-existent argument in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Jan 28, 2024
1 parent efbb8a4 commit 774122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputters/djot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Renderer:render_children (node)
end
for i=1, #node.c do
local child = node.c[i]
local pId = SILE.traceStack:pushFrame(djotFrame(child, self.xxx))
local pId = SILE.traceStack:pushFrame(djotFrame(child))
if self:matchConditions(child) then
local content = self[child.t](self, child)
-- Simplify outputs by collating strings
Expand Down

0 comments on commit 774122f

Please sign in to comment.