Skip to content

Commit 9d6e69d

Browse files
committed
Restyle
1 parent 0247195 commit 9d6e69d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/clusters/microwave-oven-control-server/microwave-oven-control-server.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ namespace MicrowaveOvenControl {
4545
Instance::Instance(Delegate * aDelegate, EndpointId aEndpointId, ClusterId aClusterId,
4646
BitMask<MicrowaveOvenControl::Feature> aFeature, Clusters::OperationalState::Instance & aOpStateInstance,
4747
Clusters::ModeBase::Instance & aMicrowaveOvenModeInstance) :
48-
CommandHandlerInterface(MakeOptional(aEndpointId), aClusterId), AttributeAccessInterface(MakeOptional(aEndpointId), aClusterId),
49-
mDelegate(aDelegate), mEndpointId(aEndpointId), mClusterId(aClusterId), mFeature(aFeature), mOpStateInstance(aOpStateInstance),
48+
CommandHandlerInterface(MakeOptional(aEndpointId), aClusterId),
49+
AttributeAccessInterface(MakeOptional(aEndpointId), aClusterId), mDelegate(aDelegate), mEndpointId(aEndpointId),
50+
mClusterId(aClusterId), mFeature(aFeature), mOpStateInstance(aOpStateInstance),
5051
mMicrowaveOvenModeInstance(aMicrowaveOvenModeInstance)
5152
{
5253
mDelegate->SetInstance(this);

0 commit comments

Comments
 (0)