Skip to content

Commit

Permalink
fix(icons): fixed obsolete icons with nerdfix
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2023
1 parent 87b1459 commit 151f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/which-key/text.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Text:new()
end

function Text:fix_nl(line)
return line:gsub("[\n]", "")
return line:gsub("[\n]", "")
end

function Text:nl()
Expand Down

0 comments on commit 151f21d

Please sign in to comment.