diff --git a/smartapps/smartthings/hue-connect.src/hue-connect.groovy b/smartapps/smartthings/hue-connect.src/hue-connect.groovy index 621d0d0..aaa47ff 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -1786,5 +1786,4 @@ def hsvToHex(hue, sat, value = 100){ def b1 = String.format("%02X", (int) (b * 255.0f)) return "#$r1$g1$b1" -} - +} \ No newline at end of file