Commit ba5ee52
committed
refactor: Use Block Argument Forwading
> This cop identifies places where do_something(&block) can be replaced by do_something(&)
https://docs.rubocop.org/rubocop/cops_style.html#styleargumentsforwarding1 parent 229b1f9 commit ba5ee52
File tree
1 file changed
+2
-2
lines changed- instrumentation/bunny/lib/opentelemetry/instrumentation/bunny
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments