Skip to content

Commit

Permalink
Fix Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikspang committed Oct 22, 2024
1 parent ed3e110 commit d86a9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry-ruby/lib/sentry/excon/middleware.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module Sentry
module Excon
OP_NAME = "http.client"
Expand Down
2 changes: 2 additions & 0 deletions sentry-ruby/spec/sentry/excon_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require "spec_helper"
require 'contexts/with_request_mock'
require 'excon'
Expand Down

0 comments on commit d86a9af

Please sign in to comment.