Browse Source

refactoring: removed unnecessary comments

remotes/origin/develop
Sandro Welte 11 months ago
parent
commit
66da5446d9
  1. 2
      src/convert_ton_to_kg.c

2
src/convert_ton_to_kg.c

@ -3,5 +3,5 @@
double tons_to_kg(double tons) { double tons_to_kg(double tons) {
return tons * 1000.0; // 1 ton = 1000 kilograms
return tons * 1000.0;
} }
Loading…
Cancel
Save