Skip to content

Commit 17c1d15

Browse files
committed
formatting
1 parent af81895 commit 17c1d15

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
@@ -100,7 +100,8 @@ public string SignOutButtonTooltip
100100

101101
public Brush SignOutButtonForeground
102102
{
103-
get {
103+
get
104+
{
104105
return VpnLifecycle switch
105106
{
106107
VpnLifecycle.Stopped or VpnLifecycle.Unknown => _enabledForegroud ?? new SolidColorBrush(Colors.White),

0 commit comments

Comments
 (0)