1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-25 22:21:38 +01:00

reduce new lines

This commit is contained in:
Kyle Spearrin 2018-03-30 23:13:32 -04:00
parent c63422ea5d
commit 9938a5fa9d

View File

@ -46,7 +46,7 @@ namespace Bit.Admin.Models
if(e["InnerException"] != null && e["InnerException"].ToObject<JObject>() != null)
{
val += "\n\n\n=== Inner Exception ===\n\n\n";
val += "\n\n=== Inner Exception ===\n\n";
val += ExceptionToString(e["InnerException"].ToObject<JObject>());
}