Skip to content

Commit 2733ce1

Browse files
committed
refactor: break cases
1 parent 6dc8b11 commit 2733ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/leetcode-ui/group/cases.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function Cases:make_nav()
2323
self.console.result:map("n", i, function() self:change(i) end, { clearable = true })
2424

2525
local hl = self:nav_case_hl(case, i)
26-
local msg = (" Case (%d) "):format(i)
26+
local msg = (" Case (%d) "):format(i)
2727

2828
nav:append(msg, hl)
2929
if i ~= #self.cases then nav:append(" ") end

0 commit comments

Comments
 (0)