From 77711e88c608b11dcde82cc0fcb5c1a4fc128d86 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 18 Jan 2017 17:02:48 +0100 Subject: [PATCH] Trailing whitespace remove --- src/NadekoBot/Modules/Gambling/Commands/Slots.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NadekoBot/Modules/Gambling/Commands/Slots.cs b/src/NadekoBot/Modules/Gambling/Commands/Slots.cs index 05c46af5..7ed1f9ee 100644 --- a/src/NadekoBot/Modules/Gambling/Commands/Slots.cs +++ b/src/NadekoBot/Modules/Gambling/Commands/Slots.cs @@ -63,7 +63,7 @@ namespace NadekoBot.Modules.Gambling return ms; } - //here is a payout chart + //here is a payout chart //https://lh6.googleusercontent.com/-i1hjAJy_kN4/UswKxmhrbPI/AAAAAAAAB1U/82wq_4ZZc-Y/DE6B0895-6FC1-48BE-AC4F-14D1B91AB75B.jpg //thanks to judge for helping me with this @@ -153,7 +153,7 @@ namespace NadekoBot.Modules.Gambling var sb = new StringBuilder(); const int bet = 1; - int payout = 0; + int payout = 0; foreach (var key in dict.Keys.OrderByDescending(x=>x)) { sb.AppendLine($"x{key} occured {dict[key]} times. {dict[key] * 1.0f / tests * 100}%"); @@ -293,7 +293,7 @@ namespace NadekoBot.Modules.Gambling { await Task.Delay(3000); runningUsers.Remove(Context.User.Id); - }); + }); } } }