Skip to content

Commit a1338fd

Browse files
Fix bug
1 parent 1396332 commit a1338fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/WeatherForecasts/Queries/GetWeatherForecasts/WeatherForecast.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ public class WeatherForecast
88

99
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
1010

11-
public string Summary { get; init; } = string.Empty();
11+
public string Summary { get; init; } = string.Empty;
1212
}

0 commit comments

Comments
 (0)