We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc8b11 commit 2733ce1Copy full SHA for 2733ce1
lua/leetcode-ui/group/cases.lua
@@ -23,7 +23,7 @@ function Cases:make_nav()
23
self.console.result:map("n", i, function() self:change(i) end, { clearable = true })
24
25
local hl = self:nav_case_hl(case, i)
26
- local msg = (" Case (%d) "):format(i)
+ local msg = (" Case (%d) "):format(i)
27
28
nav:append(msg, hl)
29
if i ~= #self.cases then nav:append(" ") end
0 commit comments