From 6b75e1e854783c60d3eb562ba08cb7a45720cabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6pp?= Date: Fri, 8 Nov 2024 22:55:55 +0100 Subject: [PATCH] Fix Format Issue: Remove Blank Line at End --- src/knx/group_object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/knx/group_object.h b/src/knx/group_object.h index 80133a0..eb65ea3 100644 --- a/src/knx/group_object.h +++ b/src/knx/group_object.h @@ -295,5 +295,4 @@ class GroupObject * @returns true if the value of the group object was updated after successful conversion. */ bool _valueNoSend(const KNXValue& value, const Dpt& type); - };