mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 04:55:08 -05:00
reduce new lines
This commit is contained in:
parent
c63422ea5d
commit
9938a5fa9d
@ -46,7 +46,7 @@ namespace Bit.Admin.Models
|
|||||||
|
|
||||||
if(e["InnerException"] != null && e["InnerException"].ToObject<JObject>() != null)
|
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>());
|
val += ExceptionToString(e["InnerException"].ToObject<JObject>());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user