Skip to content

Commit d1cbe5a

Browse files
committed
formatting
1 parent 81fe809 commit d1cbe5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

App/ViewModels/TrayWindowViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ public string SignOutButtonTooltip
115115

116116
public Brush SignOutButtonForeground
117117
{
118-
get {
118+
get
119+
{
119120
return VpnLifecycle switch
120121
{
121122
VpnLifecycle.Stopped or VpnLifecycle.Unknown => _enabledForegroud ?? new SolidColorBrush(Colors.White),

0 commit comments

Comments
 (0)