fix spacing
This commit is contained in:
parent
e94742d58c
commit
171ac956cf
|
@ -1,5 +1,5 @@
|
||||||
const convertToCelsius = function(fahrenheit) {
|
const convertToCelsius = function(fahrenheit) {
|
||||||
return Math.round((fahrenheit - 32) * (5/9) * 10) / 10;
|
return Math.round((fahrenheit - 32) * (5/9) * 10) / 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
const convertToFahrenheit = function(celsius) {
|
const convertToFahrenheit = function(celsius) {
|
||||||
|
|
Loading…
Reference in New Issue