Skip to content

Commit 62ef505

Browse files
SuGliderCopilot
andauthored
fix(matter): code formatting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8fce4ab commit 62ef505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterWindowCovering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MatterWindowCovering : public MatterEndPoint {
5858
MatterWindowCovering();
5959
~MatterWindowCovering();
6060
virtual bool begin(uint8_t liftPercent = 100, uint8_t tiltPercent = 0, WindowCoveringType_t coveringType = ROLLERSHADE);
61-
void end(); // this will just stop processing Matter events
61+
void end(); // this will just stop processing Matter events.
6262

6363
// Lift position control
6464
bool setLiftPosition(uint16_t liftPosition);

0 commit comments

Comments
 (0)