Skip to content

Commit

Permalink
fix lua filter via pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Jul 8, 2023
1 parent 7a9df69 commit 72205fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filters/include-code-files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ local function transclude (cb)
end
end
number = number + 1
end
end
fh:close()
end
end
-- remove key-value pair for used keys
cb.attributes.include = nil
cb.attributes.startLine = nil
Expand Down

0 comments on commit 72205fa

Please sign in to comment.