Skip to content

Commit

Permalink
refactor: Fix rubocop ruby linter failures
Browse files Browse the repository at this point in the history
Reviewed-by: kaylareopelle
Refs: open-telemetry#1172
  • Loading branch information
Victorsesan committed Nov 9, 2024
1 parent 47c9ff0 commit 194e6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Patches
# Module to prepend to HTTPClient for instrumentation
module Client
# Constant for the HTTP status range
HTTP_STATUS_SUCCESS_RANGE = (100..399).freeze
HTTP_STATUS_SUCCESS_RANGE = (100..399)

private

Expand Down

0 comments on commit 194e6f9

Please sign in to comment.