Skip to content

Commit c13f3ce

Browse files
committed
Restyle
1 parent ba43ab7 commit c13f3ce

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

+5-7
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@
1919
#include <app/codegen-data-model/tests/AttributeReportIBEncodeDecode.h>
2020
#include <app/codegen-data-model/tests/EmberReadWriteOverride.h>
2121

22-
#include <lib/support/Span.h>
2322
#include <access/AccessControl.h>
2423
#include <access/SubjectDescriptor.h>
24+
#include <app-common/zap-generated/attribute-type.h>
25+
#include <app-common/zap-generated/cluster-objects.h>
2526
#include <app/AttributeAccessInterface.h>
2627
#include <app/AttributeAccessInterfaceRegistry.h>
2728
#include <app/AttributeEncodeState.h>
2829
#include <app/AttributeValueDecoder.h>
29-
#include <app-common/zap-generated/attribute-type.h>
30-
#include <app-common/zap-generated/cluster-objects.h>
3130
#include <app/ConcreteAttributePath.h>
31+
#include <app/GlobalAttributes.h>
32+
#include <app/MessageDef/ReportDataMessage.h>
33+
#include <app/data-model-interface/OperationTypes.h>
3234
#include <app/data-model/Decode.h>
3335
#include <app/data-model/Encode.h>
3436
#include <app/data-model/Nullable.h>
35-
#include <app/GlobalAttributes.h>
36-
#include <app/data-model-interface/OperationTypes.h>
37-
#include <app/MessageDef/ReportDataMessage.h>
3837
#include <app/util/attribute-metadata.h>
3938
#include <app/util/attribute-storage-null-handling.h>
4039
#include <app/util/ember-io-storage.h>
@@ -729,7 +728,6 @@ void TestEmberScalarNullWrite()
729728
ASSERT_TRUE(Traits::IsNullValue(storage));
730729
}
731730

732-
733731
} // namespace
734732

735733
TEST(TestCodegenModelViaMocks, IterateOverEndpoints)

0 commit comments

Comments
 (0)