Skip to content

Commit

Permalink
WWST-2093 - Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juano2310 committed Dec 24, 2018
1 parent 0b82237 commit dd0190f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ private getWeatherReport(scenario, weatherReport, humidity, includeTemp, localTe
def sb = new StringBuilder()

if (includeTemp){
def current = = getTwcConditions(zipCode)
def current = getTwcConditions(zipCode)
sb << "The current temperature is ${Math.round(current.temperature)} degrees. "
}

Expand Down

0 comments on commit dd0190f

Please sign in to comment.