mirror of
https://github.com/bitwarden/server
synced 2025-12-28 06:03:29 +00:00
Changed all C# control flow block statements to include space between keyword and open paren
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Bit.Core.Models
|
||||
|
||||
public static bool RequiresPremium(TwoFactorProviderType type)
|
||||
{
|
||||
switch(type)
|
||||
switch (type)
|
||||
{
|
||||
case TwoFactorProviderType.Duo:
|
||||
case TwoFactorProviderType.YubiKey:
|
||||
|
||||
Reference in New Issue
Block a user