Skip to content

Commit 48635c4

Browse files
committed
Restyle
1 parent 0879c6c commit 48635c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/valve-configuration-and-control-server/valve-configuration-and-control-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Delegate * GetDefaultDelegate(EndpointId endpoint)
277277

278278
CHIP_ERROR CloseValve(EndpointId ep)
279279
{
280-
Delegate * delegate = GetDelegate(ep);
280+
Delegate * delegate = GetDelegate(ep);
281281
CHIP_ERROR attribute_error = CHIP_IM_GLOBAL_STATUS(UnsupportedAttribute);
282282

283283
VerifyOrReturnError(Status::Success == TargetState::Set(ep, ValveConfigurationAndControl::ValveStateEnum::kClosed),

0 commit comments

Comments
 (0)