Skip to content

Commit 061268e

Browse files
ilcatoaentinger
authored andcommitted
Fixed formatting error
1 parent 3fe305e commit 061268e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/automation/CloudDimmeredLight.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class DimmeredLight {
4949
class CloudDimmeredLight : public ArduinoCloudProperty {
5050
private:
5151
DimmeredLight _value,
52-
_cloud_value;
52+
_cloud_value;
5353

5454
public:
5555
CloudDimmeredLight() : _value(false, 0), _cloud_value(false, 0) {}
@@ -74,7 +74,7 @@ class CloudDimmeredLight : public ArduinoCloudProperty {
7474
DimmeredLight getValue() {
7575
return _value;
7676
}
77-
77+
7878
virtual void fromCloudToLocal() {
7979
_value = _cloud_value;
8080
}

0 commit comments

Comments
 (0)