From be95f00643b84e71103c860217a658eceea4a7be Mon Sep 17 00:00:00 2001 From: Balduin Date: Fri, 16 Jan 2026 13:20:42 +0100 Subject: [PATCH] ControlAllocator: remove unnecessarily added newline --- src/modules/control_allocator/ControlAllocator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/control_allocator/ControlAllocator.cpp b/src/modules/control_allocator/ControlAllocator.cpp index 14957197bb..9241f1ac59 100644 --- a/src/modules/control_allocator/ControlAllocator.cpp +++ b/src/modules/control_allocator/ControlAllocator.cpp @@ -49,7 +49,6 @@ using namespace matrix; using namespace time_literals; - ControlAllocator::ControlAllocator() : ModuleParams(nullptr), ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::rate_ctrl),