From 6b5ad9c4fc9f431336569ffe7359bc60becb66a1 Mon Sep 17 00:00:00 2001 From: mathsman5133 Date: Sat, 13 Oct 2018 11:33:51 +1100 Subject: Remove new line at end of file --- bot/cogs/candy_collection.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bot/cogs/candy_collection.py') diff --git a/bot/cogs/candy_collection.py b/bot/cogs/candy_collection.py index 713e1f2f..b1d47cdb 100644 --- a/bot/cogs/candy_collection.py +++ b/bot/cogs/candy_collection.py @@ -206,5 +206,4 @@ class CandyCollection: def setup(bot): - bot.add_cog(CandyCollection(bot)) - + bot.add_cog(CandyCollection(bot)) \ No newline at end of file -- cgit v1.2.3