We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d48e0 commit 73b82a1Copy full SHA for 73b82a1
src/app/clusters/testing/ClusterTester.h
@@ -135,7 +135,7 @@ class ClusterTester
135
136
// Returns true if the command was successful and response is available
137
bool IsSuccess() const
138
- {
+ {
139
if constexpr (std::is_same_v<ResponseType, app::DataModel::NullObjectType>)
140
return status.has_value() && status->IsSuccess();
141
else
0 commit comments