From 0a6b7f9a1b1a85c8e4084499f95ef126ddfaec06 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 17 Jun 2025 10:39:49 +0200 Subject: [PATCH] Update script/api_protobuf/api_protobuf.py --- script/api_protobuf/api_protobuf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/api_protobuf/api_protobuf.py b/script/api_protobuf/api_protobuf.py index 7fac4ca4cc..d84c41fcf4 100755 --- a/script/api_protobuf/api_protobuf.py +++ b/script/api_protobuf/api_protobuf.py @@ -1353,8 +1353,6 @@ def main() -> None: hpp += " public:\n" hpp += "#endif\n\n" - hpp += " public:\n" - # Add generic send_message method hpp += " template\n" hpp += " bool send_message(const T &msg) {\n"