Skip to content
Snippets Groups Projects
Commit f2ddc772 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

fix formatting

parent 3a7b7436
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ func fillKeys(request models.CSVRequest) []string {
keys = append(keys, "Comparison Year GDD ("+strconv.Itoa(request.ComparisonYear)+")")
}
if request.FirstFreezing || request.LastFreezing {
keys = append(keys, "First Freezing Date Counts")
keys = append(keys, "Last Freezing Date Counts")
keys = append(keys, "First Freezing Date Counts ("+strconv.Itoa(request.Temperature)+" Degrees F)")
keys = append(keys, "Last Freezing Date Counts ("+strconv.Itoa(request.Temperature)+" Degrees F)")
}
if request.Gefs {
keys = append(keys, "GEFS GDD")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment