aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers/ErrorController.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-13 23:06:18 +0200
committertranstrike <transtrike@gmail.com>2021-01-13 23:06:18 +0200
commit61c51944844ed404cd4f174440d6e81b2a8591ba (patch)
tree52384addf959a81d63d91702399f47e07bf02ded /src/DevHive.Web/Controllers/ErrorController.cs
parent623bb66183be1349325ca9364f5bbf2e451f7578 (diff)
downloadDevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.tar
DevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.tar.gz
DevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.zip
Fixed sln-wide code formatting
Diffstat (limited to 'src/DevHive.Web/Controllers/ErrorController.cs')
-rw-r--r--src/DevHive.Web/Controllers/ErrorController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Web/Controllers/ErrorController.cs b/src/DevHive.Web/Controllers/ErrorController.cs
index c3f1e55..b187501 100644
--- a/src/DevHive.Web/Controllers/ErrorController.cs
+++ b/src/DevHive.Web/Controllers/ErrorController.cs
@@ -19,7 +19,7 @@ namespace DevHive.Web.Controllers
IExceptionHandlerFeature exception =
HttpContext.Features.Get<IExceptionHandlerFeature>();
-
+
object result = ProcessException(requestId, exception);
return new BadRequestObjectResult(JsonConvert.SerializeObject(result));
}