Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Oct 7, 2024
1 parent d050d69 commit 59530e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LoanedStateInterface
{
}

LoanedStateInterface(StateInterface::SharedPtr state_interface)
explicit LoanedStateInterface(StateInterface::SharedPtr state_interface)
: LoanedStateInterface(state_interface, nullptr)
{
}
Expand Down

0 comments on commit 59530e2

Please sign in to comment.