indent fixed

This commit is contained in:
Daniyar Alpyspayev 2022-08-31 18:01:10 +06:00 committed by GitHub
parent e8e6e24d6b
commit 7554b037e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}
}