From bfb560c7565c778b70f9ad860bb70c40e24424d0 Mon Sep 17 00:00:00 2001 From: David Cumps Date: Tue, 30 Jan 2024 19:10:10 +0100 Subject: [PATCH] chore: style fix --- chainflip-insights/Bot.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chainflip-insights/Bot.cs b/chainflip-insights/Bot.cs index dcc44c2..892e39c 100644 --- a/chainflip-insights/Bot.cs +++ b/chainflip-insights/Bot.cs @@ -233,10 +233,11 @@ private async Task AnnounceSwap( { var infoChannel = (ITextChannel)_discordClient.GetChannel(_configuration.SwapInfoChannelId.Value); - try { - await infoChannel.SendMessageAsync( - text, - flags: MessageFlags.SuppressEmbeds); + try + { + await infoChannel.SendMessageAsync( + text, + flags: MessageFlags.SuppressEmbeds); } catch (Exception e) {