We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c800f19 commit 57d578aCopy full SHA for 57d578a
Source/NETworkManager/ViewModels/IPScannerViewModel.cs
@@ -555,7 +555,8 @@ private async Task DetectSubnet()
555
.First(x => x.IPv4Address.Any(y => y.Item1.Equals(localIP)));
556
557
// If found, get subnetmask
558
- if (networkInterface != null) {
+ if (networkInterface != null)
559
+ {
560
561
// Find the correct IP address and the associated subnetmask
562
var ipAddressWithSubnet = networkInterface.IPv4Address.First(x => x.Item1.Equals(localIP));
0 commit comments