From 33c1fcf48178fb998a04f740f87d2a721422d043 Mon Sep 17 00:00:00 2001 From: Sandro Welte Date: Fri, 9 Feb 2024 17:22:30 +0100 Subject: [PATCH] refactoring: removed unnecessary comments --- test/test_convert_ton_to_kg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_convert_ton_to_kg.c b/test/test_convert_ton_to_kg.c index 9d7ad2c..01fcbdc 100644 --- a/test/test_convert_ton_to_kg.c +++ b/test/test_convert_ton_to_kg.c @@ -1,9 +1,9 @@ -#include "unity.h" // Include the Unity header file +#include "unity.h" #include "../src/convert_ton_to_kg.h" #include "limits.h" // Test setup function void setUp(void) { - // This function will be called before each test + } // Test teardown function