Skip to content

Commit 73b82a1

Browse files
restyled-commitsLyudmilaKostanyan
authored andcommitted
Restyled by whitespace
1 parent 36d48e0 commit 73b82a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/testing/ClusterTester.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ClusterTester
135135

136136
// Returns true if the command was successful and response is available
137137
bool IsSuccess() const
138-
{
138+
{
139139
if constexpr (std::is_same_v<ResponseType, app::DataModel::NullObjectType>)
140140
return status.has_value() && status->IsSuccess();
141141
else

0 commit comments

Comments
 (0)