diff --git a/src/current_weather_output.rs b/src/current_weather_output.rs index ab6c865..f7282cd 100644 --- a/src/current_weather_output.rs +++ b/src/current_weather_output.rs @@ -95,7 +95,9 @@ impl CurrentWeatherOutput { speed_unit: SpeedUnit, ) -> CurrentWeatherOutput { CurrentWeatherOutput { - format, temperature_unit, speed_unit, + format, + temperature_unit, + speed_unit, data: CurrentWeatherOutputModel::new(), } }