Skip to content

Commit 15e2299

Browse files
restyle
1 parent 6a337e5 commit 15e2299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/fabric-admin/commands/pairing/PairingCommand.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class PairingCommand : public CHIPCommand,
5454
PairingCommand(const char * commandName, PairingMode mode, PairingNetworkType networkType,
5555
CredentialIssuerCommands * credIssuerCmds,
5656
chip::Dnssd::DiscoveryFilterType filterType = chip::Dnssd::DiscoveryFilterType::kNone) :
57-
CHIPCommand(commandName, credIssuerCmds), mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
57+
CHIPCommand(commandName, credIssuerCmds),
58+
mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
5859
mRemoteAddr{ IPAddress::Any, chip::Inet::InterfaceId::Null() }, mComplex_TimeZones(&mTimeZoneList),
5960
mComplex_DSTOffsets(&mDSTOffsetList), mCurrentFabricRemoveCallback(OnCurrentFabricRemove, this)
6061
{

0 commit comments

Comments
 (0)