Skip to content

Commit 157b273

Browse files
committed
Fixed rubocop errors
1 parent eb84593 commit 157b273

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/puppet_x/encore/patching/http_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,5 @@ def post(url, body: nil, headers: @headers)
7878
def delete(url, body: nil, headers: @headers)
7979
execute('delete', url, body: body, headers: headers, redirect_limit: @redirect_limit)
8080
end
81-
8281
end
8382
end

0 commit comments

Comments
 (0)