Skip to content

Commit

Permalink
style(tooling): Restyle Lua code with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 18, 2024
1 parent ca720d9 commit 7613a17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/autodoc/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function package:registerCommands ()
SILE.call("novbreak")
SILE.call("fullrule", { thickness = "0.5pt" })
SILE.call("novbreak")
SILE.typesetter:pushVglue(-bs-ex)
SILE.typesetter:pushVglue(-bs - ex)
SILE.call("novbreak")
end)
end
Expand Down
1 change: 0 additions & 1 deletion packages/lists/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ function package:registerCommands ()
end
self:doItem(options, content)
end)

end

package.documentation = [[
Expand Down
1 change: 0 additions & 1 deletion spec/languages_spec.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SILE = require("core.sile")

describe("Language module", function ()

it("should set env locale", function ()
SILE.call("language", { main = "tr" })
local syslang = os.getenv("LANG")
Expand Down

0 comments on commit 7613a17

Please sign in to comment.