Skip to content

Commit 4280d18

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by whitespace
1 parent 25aec96 commit 4280d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/account-login-server/account-login-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CHIP_ERROR AccountLoginAttrAccess::Read(const app::ConcreteReadAttributePath & a
139139

140140
switch (aPath.mAttributeId)
141141
{
142-
case app::Clusters::AccountLogin::Attributes::ClusterRevision::Id:
142+
case app::Clusters::AccountLogin::Attributes::ClusterRevision::Id:
143143
return ReadRevisionAttribute(endpoint, aEncoder, delegate);
144144
default:
145145
break;

0 commit comments

Comments
 (0)