Skip to content

Commit

Permalink
chore: formatting (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jul 10, 2023
1 parent 7b1a1d5 commit 48c3ae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gen_help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ end
-- in the order they are defined.
--- @return string[]
local function get_ordered_schema_keys()
for l in read_file('lua/gitsigns/config.lua'):gmatch('[^\n\r]+') do
local ci = read_file('lua/gitsigns/config.lua'):gmatch('[^\n\r]+')

for l in ci do
if startswith(l, 'M.schema = {') then
break
end
Expand Down

0 comments on commit 48c3ae8

Please sign in to comment.