From e56b7c96da4b97da6a204ae2dc43715a2b270095 Mon Sep 17 00:00:00 2001 From: Alex Gravely Date: Sun, 3 Feb 2019 17:30:41 -0500 Subject: [PATCH] Fix spacing. --- samples/04_webhook_client/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/04_webhook_client/Program.cs b/samples/04_webhook_client/Program.cs index 986ea32b4..e425affc7 100644 --- a/samples/04_webhook_client/Program.cs +++ b/samples/04_webhook_client/Program.cs @@ -17,7 +17,7 @@ namespace _04_webhook_client // The webhook url follows the format https://discordapp.com/api/webhooks/{id}/{token} // Because anyone with the webhook URL can use your webhook // you should NOT hard code the URL or ID + token into your application. - using (var client = new DiscordWebhookClient(webhookId: 0, webhookToken:"")) + using (var client = new DiscordWebhookClient(webhookId: 0, webhookToken: "")) { var embed = new EmbedBuilder {