cargo fmt
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jorge Bolois 2023-08-19 20:01:36 +02:00
parent 4e67706c04
commit 3b9379d85c

View File

@ -95,7 +95,9 @@ impl CurrentWeatherOutput {
speed_unit: SpeedUnit,
) -> CurrentWeatherOutput {
CurrentWeatherOutput {
format, temperature_unit, speed_unit,
format,
temperature_unit,
speed_unit,
data: CurrentWeatherOutputModel::new(),
}
}