Browse Source

refactoring: removed unnecessary comments

remotes/origin/testing
Sandro Welte 11 months ago
parent
commit
26cbb2de2a
  1. 4
      test/test_convert_g_to_mg.c

4
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) {

Loading…
Cancel
Save