mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 23:50:58 -05:00
Changed all C# control flow block statements to include space between keyword and open paren
This commit is contained in:
@ -10,7 +10,7 @@ namespace Bit.Core.Models.Mail
|
||||
{
|
||||
get
|
||||
{
|
||||
if(Uri.TryCreate(WebVaultUrl, UriKind.Absolute, out Uri uri))
|
||||
if (Uri.TryCreate(WebVaultUrl, UriKind.Absolute, out Uri uri))
|
||||
{
|
||||
return uri.Host;
|
||||
}
|
||||
|
Reference in New Issue
Block a user