Commit ddf2548
committed
Remove unused variable prefix in set_test_offer
Cleans up the set_test_offer method by removing the underscore from
the offer parameter name.
Changes:
- Renamed `_offer` to `offer` to reflect that the variable is
actively used within the method body.
- Ensures the code adheres to standard Rust naming conventions
for used variables.
This is a minor cleanup of the test-only API used for HRN
integration testing.1 parent 1eaba4e commit ddf2548
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
| 353 | + | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments