We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd445f commit 0cb9abaCopy full SHA for 0cb9aba
src/app/data-model/BUILD.gn
@@ -24,8 +24,8 @@ source_set("data-model") {
24
"FabricScopedPreEncodedValue.cpp",
25
"FabricScopedPreEncodedValue.h",
26
"List.h",
27
- "Nullable.h",
28
"NullObject.h",
+ "Nullable.h",
29
"PreEncodedValue.cpp",
30
"PreEncodedValue.h",
31
"WrappedStructEncoder.h",
src/app/data-model/EncoderToTLV.h
@@ -56,7 +56,6 @@ class ObjectEncoderToTLV : public EncoderToTLV
56
const T & mValue;
57
};
58
59
-
60
} // namespace DataModel
61
} // namespace app
62
} // namespace chip
0 commit comments