Change this ``` type Band = { Name = string } ``` to ``` type Band = { Name : string } ``` Maybe call it ChangeEqualsInFieldTypeToColon.