Skip to content

Commit

Permalink
Minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Jan 7, 2015
1 parent c8c8441 commit cfe9e71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smartapps/MonitorAndSetHumidityLevel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,8 @@ private def bolton(t) {
// Estimates the saturation vapour pressure in hPa at a given temperature, T, in Celcius
// return saturation vapour pressure at a given temperature in Celcius


Double es = 6.112*Math.exp(17.67*t/(t+243.5))
return es
return es

}

Expand Down

0 comments on commit cfe9e71

Please sign in to comment.