Skip to content

Commit

Permalink
Added restyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Oct 9, 2024
1 parent cf95594 commit 656d005
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ EndpointId kRefEndpointId = 1;
EndpointId kColdCabinetEndpointId = 2;
EndpointId kFreezeCabinetEndpointId = 3;



RefrigeratorManager RefrigeratorManager::sRefrigeratorMgr;

namespace {
Expand Down Expand Up @@ -133,7 +131,7 @@ void RefrigeratorManager::RefAlaramAttributeChangeHandler(EndpointId endpointId,
RefAlarmAttr::State::Set(endpointId, mState);
}
break;

default: {
ChipLogError(AppServer, "Unhandled Refrigerator Alarm attribute %ld", attributeId);
return;
Expand Down

0 comments on commit 656d005

Please sign in to comment.