Skip to content

Commit

Permalink
chore: formatting (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jul 10, 2023
1 parent b7f6c52 commit 7b1a1d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gen_help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ end
-- in the order they are defined.
--- @return string[]
local function get_ordered_schema_keys()
local c = read_file('lua/gitsigns/config.lua')

local ci = c:gmatch('[^\n\r]+')

for l in ci do
for l in read_file('lua/gitsigns/config.lua'):gmatch('[^\n\r]+') do
if startswith(l, 'M.schema = {') then
break
end
Expand Down

0 comments on commit 7b1a1d5

Please sign in to comment.