Skip to content

Commit 9ed1fca

Browse files
codez0mb1eCopilot
andauthored
Extra leading whitespace fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2039400 commit 9ed1fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BinanceBot.MarketBot.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal static class Program
2020
{
2121
#region Bot Settings
2222
// WARN: set necessary token here
23-
private static readonly MarketSymbol Symbol = new MarketSymbol("BNB", "USDT", BinanceBot.Market.Domain.ContractType.Spot);
23+
private static readonly MarketSymbol Symbol = new MarketSymbol("BNB", "USDT", BinanceBot.Market.Domain.ContractType.Spot);
2424
private static readonly TimeSpan ReceiveWindow = TimeSpan.FromMilliseconds(100);
2525
#endregion
2626

0 commit comments

Comments
 (0)