Skip to content

Commit 81e3b1c

Browse files
committed
fix typo
1 parent 064f3a1 commit 81e3b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/energy-preference-server/energy-preference-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ CHIP_ERROR EnergyPrefAttrAccess::Read(const ConcreteReadAttributePath & aPath, A
141141
ReturnErrorOnFailure(encoder.Encode(balance));
142142
index++;
143143
}
144-
} while err == CHIP_NO_ERROR);
144+
} while (err == CHIP_NO_ERROR);
145145
if (err == CHIP_ERROR_NOT_FOUND)
146146
{
147147
return CHIP_NO_ERROR;

0 commit comments

Comments
 (0)