Skip to content

Commit

Permalink
[skip ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed Nov 17, 2018
1 parent 1d7be4e commit ff5ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Gui/Tabs/SettingsViewModel.cs
Expand Up @@ -118,7 +118,7 @@ public string ValidateTorHost()
}
if (IPAddress.TryParse(torHost, out var ip))
{
if(ip.AddressFamily == AddressFamily.InterNetworkV6 && !Socket.OSSupportsIPv6)
if (ip.AddressFamily == AddressFamily.InterNetworkV6 && !Socket.OSSupportsIPv6)
{
return "OS does not support IPv6 addresses.";
}
Expand Down

0 comments on commit ff5ffa2

Please sign in to comment.