Skip to content

Commit 7613a17

Browse files
committed
style(tooling): Restyle Lua code with stylua
1 parent ca720d9 commit 7613a17

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/autodoc/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function package:registerCommands ()
389389
SILE.call("novbreak")
390390
SILE.call("fullrule", { thickness = "0.5pt" })
391391
SILE.call("novbreak")
392-
SILE.typesetter:pushVglue(-bs-ex)
392+
SILE.typesetter:pushVglue(-bs - ex)
393393
SILE.call("novbreak")
394394
end)
395395
end

packages/lists/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ function package:registerCommands ()
299299
end
300300
self:doItem(options, content)
301301
end)
302-
303302
end
304303

305304
package.documentation = [[

spec/languages_spec.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
SILE = require("core.sile")
22

33
describe("Language module", function ()
4-
54
it("should set env locale", function ()
65
SILE.call("language", { main = "tr" })
76
local syslang = os.getenv("LANG")

0 commit comments

Comments
 (0)