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 drempelg committed Jan 22, 2024
1 parent 3848b7d commit 91f18ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ CHIP_ERROR EnergyPrefAttrAccess::Read(const ConcreteReadAttributePath & aPath, A
});
}
return CHIP_ERROR_INCORRECT_STATE;
case EnergyPriorities::Id:
case EnergyPriorities::Id:
if (balanceSupported == false)
{
return aEncoder.EncodeNull();
Expand Down

0 comments on commit 91f18ad

Please sign in to comment.