Skip to content

Commit 1f93990

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 93f3bc7 commit 1f93990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterSimpleWidowsBlind/MatterSimpleWidowsBlind.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool onBlindLift(uint8_t liftPercent) {
3737
// This example only uses lift
3838
Serial.printf("Window Covering change request: Lift=%d%%\r\n", liftPercent);
3939

40-
// Returning true will store the new Lift value into the Matter Cluster
40+
// Returning true will store the new Lift value into the Matter Cluster
4141
return true;
4242
}
4343

0 commit comments

Comments
 (0)