Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yufengwangca committed Dec 12, 2024
1 parent 1616274 commit ca96081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams)
// 2) `InitDataModelHandler` (under SetDataModelProvider), which depends
// on atttribute persistence being already set up before it runs. this call will
// remain the single point of entry for ensuring all cluster-level initialization
// has occurred.
// has occurred.
app::InteractionModelEngine::GetInstance()->SetDataModelProvider(initParams.dataModelProvider);

SuccessOrExit(err = mAccessControl.Init(initParams.accessDelegate, sDeviceTypeResolver));
Expand Down

0 comments on commit ca96081

Please sign in to comment.