Skip to content

Commit 4af74df

Browse files
committed
Restyle
1 parent fc7b2bd commit 4af74df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ CHIP_ERROR CloseValve(EndpointId ep)
309309

310310
CHIP_ERROR SetValveLevel(EndpointId ep, DataModel::Nullable<Percent> level, DataModel::Nullable<uint32_t> openDuration)
311311
{
312-
Delegate * delegate = GetDelegate(ep);
313-
Optional<Status> status = Optional<Status>::Missing();
312+
Delegate * delegate = GetDelegate(ep);
313+
Optional<Status> status = Optional<Status>::Missing();
314314
CHIP_ERROR attribute_error = CHIP_IM_GLOBAL_STATUS(UnsupportedAttribute);
315315

316316
if (HasFeature(ep, ValveConfigurationAndControl::Feature::kTimeSync))

0 commit comments

Comments
 (0)