Skip to content

Commit 2d0c10a

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 5e1dd7b commit 2d0c10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/Network/src/NetworkEvents.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ bool NetworkEvents::initNetworkEvents() {
6565
[](void *self) {
6666
static_cast<NetworkEvents *>(self)->_checkForEvent();
6767
},
68-
"arduino_events", // label
69-
ARDUINO_NETWORK_EVENT_TASK_STACK_SIZE, // event task's stack size
68+
"arduino_events", // label
69+
ARDUINO_NETWORK_EVENT_TASK_STACK_SIZE, // event task's stack size
7070
this, ESP_TASKD_EVENT_PRIO - 1, &_arduino_event_task_handle, ARDUINO_EVENT_RUNNING_CORE
7171
);
7272
if (!_arduino_event_task_handle) {

0 commit comments

Comments
 (0)