Commit c5e085d
chore: Address Style/RedundantParentheses (open-telemetry#1499)
Rubocop 1.75.3 came out on 22 April. Our Gemfile is set to install new
patch versions automatically. This cop started failing after the update
with the message: Don't use parentheses around a method argument.1 parent 8e0525e commit c5e085d
File tree
1 file changed
+1
-1
lines changed- instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/handlers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments