Skip to content

Commit

Permalink
Switching it around a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Jul 30, 2015
1 parent e64e2d7 commit 460fbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lita/handlers/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def get_temp_range_colors
65..75 => :yellow,
75..85 => :orange,
85..95 => :red,
95..99.999 => :pink,
100..159.3 => :brown
95..99.999 => :brown,
100..159.3 => :pink
}
end

Expand Down

0 comments on commit 460fbac

Please sign in to comment.