Skip to content

Commit 3c2fd00

Browse files
ci(pre-commit): Apply automatic fixes
1 parent ab28c4c commit 3c2fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Matter/examples/MatterMinimum/MatterMinimum.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const char *password = "your-password"; // Change this to your WiFi password
4949
void setup() {
5050
// Initialise the LED GPIO
5151
pinMode(ledPin, OUTPUT);
52-
52+
5353
WiFi.enableIPv6(true);
5454
// Manually connect to WiFi
5555
WiFi.begin(ssid, password);

0 commit comments

Comments
 (0)