mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 03:09:52 +00:00
[clang-tidy] google-explicit-constructor (#5734)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user