Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2024
1 parent 5a9e3c1 commit 5127e52
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lua/hurl/codelens.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ function M.add_virtual_text_for_hurl_entries()

-- Define all supported HTTP methods
local http_methods = {
'GET', 'POST', 'PUT', 'DELETE',
'PATCH', 'HEAD', 'OPTIONS'
'GET',
'POST',
'PUT',
'DELETE',
'PATCH',
'HEAD',
'OPTIONS',
}

-- Clear existing virtual text
Expand Down

0 comments on commit 5127e52

Please sign in to comment.