[clang-tidy] google-explicit-constructor (#5734)

This commit is contained in:
Jonathan Hui
2020-10-29 08:37:31 -07:00
committed by GitHub
parent 8941a367a6
commit 4ac6e5509c
22 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void InitCounters(void)
template <typename TimerType> class TestTimer : public TimerType
{
public:
TestTimer(ot::Instance &aInstance)
explicit TestTimer(ot::Instance &aInstance)
: TimerType(aInstance, TestTimer::HandleTimerFired, nullptr)
, mFiredCounter(0)
{