Skip to content

Commit 0cb9aba

Browse files
committed
Restyle
1 parent efd445f commit 0cb9aba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/data-model/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ source_set("data-model") {
2424
"FabricScopedPreEncodedValue.cpp",
2525
"FabricScopedPreEncodedValue.h",
2626
"List.h",
27-
"Nullable.h",
2827
"NullObject.h",
28+
"Nullable.h",
2929
"PreEncodedValue.cpp",
3030
"PreEncodedValue.h",
3131
"WrappedStructEncoder.h",

src/app/data-model/EncoderToTLV.h

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class ObjectEncoderToTLV : public EncoderToTLV
5656
const T & mValue;
5757
};
5858

59-
6059
} // namespace DataModel
6160
} // namespace app
6261
} // namespace chip

0 commit comments

Comments
 (0)