Skip to content

Commit ea7d39b

Browse files
committed
format
1 parent 9e12405 commit ea7d39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Views/TrayWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private void NotifyUser(RpcModel rpcModel)
171171
_ => "" // This will never be hit.
172172
};
173173

174-
if(message.Length > 0 && isVpnLifecycleChanged)
174+
if (message.Length > 0 && isVpnLifecycleChanged)
175175
message += " ";
176176

177177
if (isVpnLifecycleChanged)

0 commit comments

Comments
 (0)