From 7e91229088e87026851f803563848f1ed202a653 Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 6 Aug 2024 21:42:38 +0200 Subject: [PATCH] Removed stray newline. --- wled | 1 - 1 file changed, 1 deletion(-) diff --git a/wled b/wled index d40f8f9..c357eb9 100755 --- a/wled +++ b/wled @@ -151,7 +151,6 @@ for wled_host; do # Prepend description and mark active preset. sed --sandbox -e "1i\\Presets on $wled_host:" \ -e "s/^ \?$active_ps:.*/& */" - ;; "") # Missing command. echo "Error: missing command." >&2