Skip to content

Commit 7554b03

Browse files
authored
indent fixed
1 parent e8e6e24 commit 7554b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)