Skip to content

Commit a6e2ddb

Browse files
committed
Restyle
1 parent 40ae352 commit a6e2ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/util/mock/MockNodeConfig.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ MockClusterConfig::MockClusterConfig(ClusterId aId, std::initializer_list<MockAt
114114
std::initializer_list<MockEventConfig> aEvents,
115115
std::initializer_list<CommandId> aAcceptedCommands,
116116
std::initializer_list<CommandId> aGeneratedCommands) :
117-
id(aId), attributes(aAttributes), events(aEvents), mEmberCluster{}, mAcceptedCommands(aAcceptedCommands),
117+
id(aId),
118+
attributes(aAttributes), events(aEvents), mEmberCluster{}, mAcceptedCommands(aAcceptedCommands),
118119
mGeneratedCommands(aGeneratedCommands)
119120
{
120121
VerifyOrDie(aAttributes.size() < UINT16_MAX);

0 commit comments

Comments
 (0)