mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
Changed all C# control flow block statements to include space between keyword and open paren
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Bit.Setup
|
||||
{
|
||||
get
|
||||
{
|
||||
if(Uri.TryCreate(Url, UriKind.Absolute, out var uri))
|
||||
if (Uri.TryCreate(Url, UriKind.Absolute, out var uri))
|
||||
{
|
||||
return uri.Host;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user