From 7554b037e99492b986ed56bdbe411351b5cec59e Mon Sep 17 00:00:00 2001 From: Daniyar Alpyspayev Date: Wed, 31 Aug 2022 18:01:10 +0600 Subject: [PATCH] indent fixed --- .../Webhooks/Webhooks.API/Controllers/WebhooksController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs b/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs index 2ed5ea245..5f9513480 100644 --- a/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs +++ b/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs @@ -71,7 +71,7 @@ public class WebhooksController : ControllerBase } else { - return StatusCode(418, "Grant url can't be validated"); + return StatusCode(418, "Grant url can't be validated"); } }