Skip to content

Commit cd49756

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 697fd0d commit cd49756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: libraries/Ethernet/src/ETH.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ ETHClass::ETHClass(uint8_t eth_index)
131131
_pin_mcd(-1), _pin_mdio(-1), _pin_power(-1), _pin_rmii_clock(-1)
132132
#endif /* CONFIG_ETH_USE_ESP32_EMAC */
133133
,
134-
_task_stack_size(4096)
135-
{
134+
_task_stack_size(4096) {
136135
}
137136

138137
ETHClass::~ETHClass() {}

0 commit comments

Comments
 (0)