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 Apr 15, 2024
1 parent 2eca967 commit 077a1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ql/instruments/overnightindexedswap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace QuantLib {

OvernightIndexedSwap::OvernightIndexedSwap(Type type,
const std::vector<Real>& nominals,
Schedule schedule,
const Schedule& schedule,
Rate fixedRate,
DayCounter fixedDC,
const ext::shared_ptr<OvernightIndex>& overnightIndex,
Expand Down
2 changes: 1 addition & 1 deletion ql/instruments/overnightindexedswap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace QuantLib {

OvernightIndexedSwap(Type type,
const std::vector<Real>& nominals,
Schedule schedule,
const Schedule& schedule,
Rate fixedRate,
DayCounter fixedDC,
const ext::shared_ptr<OvernightIndex>& overnightIndex,
Expand Down

0 comments on commit 077a1ee

Please sign in to comment.