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