From 548f3c3693ebd2c9e3bcc356e7933d2f66d52f9a Mon Sep 17 00:00:00 2001 From: pmoegenburg Date: Wed, 1 May 2024 16:08:34 -0400 Subject: [PATCH] empty last line --- include/common/core/sensor_buffer.hpp | 2 +- motor-control/core/motor_interrupt_handler.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/core/sensor_buffer.hpp b/include/common/core/sensor_buffer.hpp index b2e0c5bcc..3f89e1cb6 100644 --- a/include/common/core/sensor_buffer.hpp +++ b/include/common/core/sensor_buffer.hpp @@ -4,4 +4,4 @@ constexpr size_t SENSOR_BUFFER_SIZE = P_BUFF_SIZE; #else constexpr size_t SENSOR_BUFFER_SIZE = 0; -#endif \ No newline at end of file +#endif diff --git a/motor-control/core/motor_interrupt_handler.cpp b/motor-control/core/motor_interrupt_handler.cpp index e9c8b29ba..dc8888fe4 100644 --- a/motor-control/core/motor_interrupt_handler.cpp +++ b/motor-control/core/motor_interrupt_handler.cpp @@ -1,4 +1,4 @@ #include "motor-control/core/stepper_motor/motor_interrupt_handler.hpp" motor_handler::Empty empty{}; -auto motor_handler::Empty::get_default() -> Empty& { return empty; } \ No newline at end of file +auto motor_handler::Empty::get_default() -> Empty& { return empty; }