Skip to content

Commit 9068d88

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 04ef034 commit 9068d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/Zigbee/src/ep/ZigbeeAnalog.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ class ZigbeeAnalog : public ZigbeeEP {
5151
bool setAnalogOutput(float analog);
5252

5353
// Get the Analog Output value
54-
float getAnalogOutput() { return _output_state; }
54+
float getAnalogOutput() {
55+
return _output_state;
56+
}
5557

5658
// Report Analog Input/Output
5759
bool reportAnalogInput();

0 commit comments

Comments
 (0)