Skip to content

Commit e834db2

Browse files
markcolemanCopilot
andauthored
Update backend/GrafanaBanana.Api/Program.cs
Co-authored-by: Copilot <[email protected]>
1 parent 132f3d8 commit e834db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/GrafanaBanana.Api/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959

6060
record WeatherForecast(DateOnly Date, int TemperatureC, string? Summary)
6161
{
62-
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
62+
public int TemperatureF => 32 + (int)(TemperatureC * 9.0 / 5.0);
6363
}

0 commit comments

Comments
 (0)