Skip to content

Commit

Permalink
Automated fixes by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lballabio committed Sep 4, 2023
1 parent 5f64e20 commit 5ac60fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/overnightindexedswap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ void OvernightIndexedSwapTest::testConstructorsAndNominals() {

// constant notional, different schedules

Schedule fixedSchedule = schedule;
const Schedule& fixedSchedule = schedule;
Schedule overnightSchedule = MakeSchedule()
.from(spot)
.to(vars.calendar.advance(spot, 2*Years))
Expand Down

0 comments on commit 5ac60fa

Please sign in to comment.