Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 7554b03

Browse files
authored
indent fixed
1 parent e8e6e24 commit 7554b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public async Task<IActionResult> SubscribeWebhook(WebhookSubscriptionRequest req
7171
}
7272
else
7373
{
74-
return StatusCode(418, "Grant url can't be validated");
74+
return StatusCode(418, "Grant url can't be validated");
7575
}
7676
}
7777

0 commit comments

Comments
 (0)