From 26cbb2de2a4fa2ad379c66a0de99f2adff7cdd51 Mon Sep 17 00:00:00 2001 From: Sandro Welte Date: Fri, 9 Feb 2024 17:21:24 +0100 Subject: [PATCH] refactoring: removed unnecessary comments --- test/test_convert_g_to_mg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_convert_g_to_mg.c b/test/test_convert_g_to_mg.c index 46b6755..377febf 100644 --- a/test/test_convert_g_to_mg.c +++ b/test/test_convert_g_to_mg.c @@ -1,5 +1,5 @@ -#include "unity.h" // Include the Unity header file -#include "../src/convert_g_to_mg.h" // Include the header file containing the function to be tested +#include "unity.h" +#include "../src/convert_g_to_mg.h" // Test setup function void setUp(void) {