Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
[hue] removed tabs from code (#6194)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and Hilbrand committed Oct 8, 2019
1 parent b3a371c commit 3526b82
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -100,6 +100,6 @@ public interface HueClient {
*
* @param sensor the sensor to be updated
* @param stateUpdate the state update
*/
void updateSensorState(FullSensor sensor, StateUpdate stateUpdate);
*/
void updateSensorState(FullSensor sensor, StateUpdate stateUpdate);
}

0 comments on commit 3526b82

Please sign in to comment.