From 06d6ab3c8f375fa54d056e4ebb7982b329d5c0b5 Mon Sep 17 00:00:00 2001 From: Michael McCarty Date: Tue, 14 Jul 2026 20:15:28 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8fix(leaderboard):=20trailing=20blank?= =?UTF-8?q?=20line=20in=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/leaderboard/leaderboard_task.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/leaderboard/leaderboard_task.go b/src/leaderboard/leaderboard_task.go index 1f67839e..6f643691 100644 --- a/src/leaderboard/leaderboard_task.go +++ b/src/leaderboard/leaderboard_task.go @@ -417,4 +417,3 @@ func CollectSinglePlayer(s *discordgo.Session, userID string, snapDate string) e collectPlayerGroup(s, g, snapDate) return nil } -