Skip to content

Commit 8fe5d8f

Browse files
restyle
1 parent 7d6b99f commit 8fe5d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/tests/TestReadInteraction.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,8 @@ void TestReadInteraction::TestSetDirtyBetweenChunks(nlTestSuite * apSuite, void
13741374
public:
13751375
DirtyingMockDelegate(AttributePathParams (&aReadPaths)[2], int & aNumAttributeResponsesWhenSetDirty,
13761376
int & aNumArrayItemsWhenSetDirty) :
1377-
mReadPaths(aReadPaths), mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
1377+
mReadPaths(aReadPaths),
1378+
mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
13781379
mNumArrayItemsWhenSetDirty(aNumArrayItemsWhenSetDirty)
13791380
{}
13801381

0 commit comments

Comments
 (0)