Skip to content

Commit daf56a9

Browse files
authored
Fix cpplint warnings
Removed tab, added whitespace around =
1 parent 28fd2ae commit daf56a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SendingPromise.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ uint16_t SendingPromise::send(const String& value) {
5555
itoa(_range.index, rangeStr, 10);
5656
strcat_P(topic, PSTR("_"));
5757
strcat(topic, rangeStr);
58-
_range.isRange=false; //FIXME: This is a workaround. Problem is that Range is loaded from the property into SendingPromise, but the SendingPromise is global. (one SendingPromise for the HomieClass instance
58+
_range.isRange = false; //FIXME: This is a workaround. Problem is that Range is loaded from the property into SendingPromise, but the SendingPromise is global. (one SendingPromise for the HomieClass instance
5959
_range.index = 0;
6060
}
6161

0 commit comments

Comments
 (0)