From 23750d0ef73af1d16586f95c998ed566dcb10653 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 29 Jan 2020 19:19:51 -0800 Subject: [PATCH] Plugins/Wttr: very minor clean-up --- Plugins/Wttr.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plugins/Wttr.pm b/Plugins/Wttr.pm index 11aa77a9..28cf30ed 100644 --- a/Plugins/Wttr.pm +++ b/Plugins/Wttr.pm @@ -159,13 +159,11 @@ sub get_weather { $sep = ' -> '; $last_condition = $condition; } - } if ($sep eq '') { $result .= $last_condition; } - $result .= "; "; }