Skip to content

Commit

Permalink
Fix Format: Indention
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Nov 14, 2024
1 parent 6b75e1e commit 16e644c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knx/group_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ bool GroupObject::valueCompare(const KNXValue& value, const Dpt& type)
{
if (valueNoSendCompare(value, type))
{
objectWritten();
return true;
objectWritten();
return true;
}
return false;
}

0 comments on commit 16e644c

Please sign in to comment.