fix(cleanup): remove unused param, fix formatting

remove unused parameter and fix formatting to be like the rest of the
project
This commit is contained in:
2025-10-01 15:53:37 +02:00
parent 1b0f04b8be
commit a7a51337be
2 changed files with 2 additions and 4 deletions

View File

@@ -14,8 +14,6 @@
#include "database/DatabaseManager.hpp"
#include "database/StudentCourse.hpp"
#define PARAM 5
namespace assignments::one::final_grade_determinator {
class FinalGradeDeterminator : public rclcpp::Node {