Skip to content

Commit

Permalink
Fix/formatting issues (lduchosal#219)
Browse files Browse the repository at this point in the history
* Fix formatting issues

* Fix: revert to multiple framework build

* Fix: stylecop and formatting issues

* Fix: space

* Fix: stylecop.json

* Fix: spaces issues

* Fix: spaces

Co-authored-by: lduchosal <[email protected]>
  • Loading branch information
lduchosal and lduchosal authored Aug 18, 2022
1 parent 2d7c789 commit b38ec2b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assembly_info:
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

dotnet_csproj:
patch: true
file: '**\*.csproj'
Expand All @@ -16,7 +16,7 @@ dotnet_csproj:
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'

build:
project: src/

Expand Down
1 change: 0 additions & 1 deletion src/System.Net.IPNetwork/IPNetworkCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ public void Reset()
#endregion

#endregion

}
}
1 change: 0 additions & 1 deletion src/TestProject/CidrClassFullUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,5 @@ public void TestIpV6TryGuessCidr2()
}

#endregion

}
}
1 change: 0 additions & 1 deletion src/TestProject/EqualsUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ public void TestEquals_ipv6_ipv4_0()
}

#endregion

}
}
1 change: 0 additions & 1 deletion src/TestProject/IPNetworkUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,6 @@ public void TestIANA8()
#pragma warning disable 0618
bool result = IPNetwork.IsIANAReserved(ipnetwork);
#pragma warning restore 0618

}

[TestMethod]
Expand Down
2 changes: 0 additions & 2 deletions src/TestProject/IPNetworkV6UnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,6 @@ public void TestTrySupernet2()
#pragma warning disable 0618
bool result = IPNetwork.TrySupernet(network1, network2, out supernet);
#pragma warning restore 0618

}

[TestMethod]
Expand Down Expand Up @@ -2574,6 +2573,5 @@ public void TryParseCidr129()
}

#endregion

}
}

0 comments on commit b38ec2b

Please sign in to comment.