Skip to content

Commit be0270f

Browse files
committed
Restyle
1 parent ea8356f commit be0270f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/codegen-data-model/tests/TestCodegenModelViaMocks.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ class UnsupportedReadAccessInterface : public AttributeAccessInterface
391391

392392
return CHIP_IM_GLOBAL_STATUS(UnsupportedRead);
393393
}
394+
394395
private:
395396
ConcreteAttributePath mPath;
396397
};
@@ -1071,13 +1072,14 @@ TEST(TestCodegenModelViaMocks, EmberAttributePathExpansionAccessDeniedRead)
10711072
ASSERT_FALSE(encoder->TriedEncode());
10721073
}
10731074

1074-
TEST(TestCodegenModelViaMocks, AccessInterfaceUnsupportedRead) {
1075+
TEST(TestCodegenModelViaMocks, AccessInterfaceUnsupportedRead)
1076+
{
10751077
UseMockNodeConfig config(gTestNodeConfig);
10761078
chip::app::CodegenDataModel model;
10771079
ScopedMockAccessControl accessControl;
10781080

10791081
const ConcreteAttributePath kTestPath(kMockEndpoint3, MockClusterId(4),
1080-
MOCK_ATTRIBUTE_ID_FOR_NON_NULLABLE_TYPE(ZCL_STRUCT_ATTRIBUTE_TYPE));
1082+
MOCK_ATTRIBUTE_ID_FOR_NON_NULLABLE_TYPE(ZCL_STRUCT_ATTRIBUTE_TYPE));
10811083

10821084
TestReadRequest testRequest(kAdminSubjectDescriptor, kTestPath);
10831085
RegisteredAttributeAccessInterface<UnsupportedReadAccessInterface> aai(kTestPath);

0 commit comments

Comments
 (0)