Trimmed whitespace.

This commit is contained in:
Joe Kearney 2025-11-30 14:55:11 -06:00
parent e01f301c9c
commit 17e4078560
19 changed files with 16 additions and 19 deletions

View file

@ -94,4 +94,3 @@ esp_err_t muxed_led_strip_del(muxed_led_strip_handle_t strip)
ESP_RETURN_ON_FALSE(strip, ESP_ERR_INVALID_ARG, TAG, "invalid argument");
return strip->del(strip);
}