diff --git a/devicetypes/smartthings/light-sensor.src/light-sensor.groovy b/devicetypes/smartthings/light-sensor.src/light-sensor.groovy index 6acd581..f0d50c1 100644 --- a/devicetypes/smartthings/light-sensor.src/light-sensor.groovy +++ b/devicetypes/smartthings/light-sensor.src/light-sensor.groovy @@ -58,4 +58,4 @@ def parse(String description) { } log.debug "Parse returned ${result?.descriptionText}" return result -} +} \ No newline at end of file diff --git a/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy index 9c47731..a8c2dab 100644 --- a/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy +++ b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy @@ -335,5 +335,4 @@ private timeIntervalLabel() { (starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : "" } -// TODO - End Centralize - +// TODO - End Centralize \ No newline at end of file