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:
parent
c63422ea5d
commit
9938a5fa9d
@ -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>());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user