Undo weird formatting

This commit is contained in:
Phillip Carter 2020-05-16 11:50:28 -07:00
parent c147d57398
commit 71171a2d51
1 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@ namespace Company.WebApplication1
open System open System
type WeatherForecast = type WeatherForecast =
{ Date: DateTime { Date: DateTime
TemperatureC: int TemperatureC: int
Summary: string } Summary: string }
member this.TemperatureF = member this.TemperatureF =
32.0 + (float this.TemperatureC / 0.5556) 32.0 + (float this.TemperatureC / 0.5556)