Skip to content

Commit 2195749

Browse files
committed
style: format code
1 parent 868f6e2 commit 2195749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

teal/crates/popup/crate.tl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function M.open(crate: Crate, opts: WinOpts)
196196
}
197197
})
198198
ctx.crates_io_index = #info_text
199-
199+
200200
if next(crate.categories) then
201201
local hl_text: {HighlightText} = { {
202202
text = text.categories_label,

teal/crates/util.tl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ local function disable_def_features(buf: integer, crate: toml.Crate): Range
492492
crate.def.col.e,
493493
{ "false" }
494494
)
495-
return crate.lines
495+
return crate.lines
496496
else
497497
if crate.syntax == "table" then
498498
local line = math.max((crate.vers.line or 0) + 1, crate.feat.line or 0)

0 commit comments

Comments
 (0)