Skip to content

Commit f01f040

Browse files
restyled-commitsAlami-Amine
authored andcommitted
Restyled by clang-format
1 parent bb8668d commit f01f040

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
@@ -1284,7 +1284,8 @@ TEST_F(TestReadInteraction, TestSetDirtyBetweenChunks)
12841284
public:
12851285
DirtyingMockDelegate(AttributePathParams (&aReadPaths)[2], int & aNumAttributeResponsesWhenSetDirty,
12861286
int & aNumArrayItemsWhenSetDirty) :
1287-
mReadPaths(aReadPaths), mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
1287+
mReadPaths(aReadPaths),
1288+
mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
12881289
mNumArrayItemsWhenSetDirty(aNumArrayItemsWhenSetDirty)
12891290
{}
12901291

0 commit comments

Comments
 (0)