From fd7da5932ee4ca458707e0e2e36d0cbb975fa57d Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Mon, 12 Oct 2020 12:13:24 -0700
Subject: [PATCH] removes goto main from weather.tw

---
 src/uncategorized/weather.tw | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/uncategorized/weather.tw b/src/uncategorized/weather.tw
index 08c7ce3e067..9a8c55b6930 100644
--- a/src/uncategorized/weather.tw
+++ b/src/uncategorized/weather.tw
@@ -1,4 +1,3 @@
-
 :: Weather [nobr]
 
 <<if $weatherRemaining == 0>>
@@ -648,6 +647,4 @@
 		<<set $weatherLastWeek = 4>>
 	<</if>>
 <</if>>
-<</if>>
-
-<<goto "Main">>
\ No newline at end of file
+<</if>>
\ No newline at end of file
-- 
GitLab