Skip to content

Commit 36a5159

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 4565bc8 commit 36a5159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FetchWebsite/FetchWebsite.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <functional>
1010
#include <string>
1111

12-
#define WIFI_SSID "IoT"
12+
#define WIFI_SSID "IoT"
1313
#define WIFI_PASSWORD ""
1414

1515
void fetchAsync(const char *host, std::function<void(const StreamString *)> onDone) {

0 commit comments

Comments
 (0)