Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a7c62d7

Browse files
nit
1 parent e6c97f4 commit a7c62d7

File tree

1 file changed

+1
-1
lines changed
  • src/System.Net.NameResolution/src/System/Net

1 file changed

+1
-1
lines changed

src/System.Net.NameResolution/src/System/Net/DNS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static IPHostEntry GetHostByAddress(IPAddress address)
112112
private static IPHostEntry InternalGetHostByAddress(IPAddress address)
113113
{
114114
if (NetEventSource.IsEnabled) NetEventSource.Info(null, address);
115-
115+
116116
//
117117
// Try to get the data for the host from it's address
118118
//

0 commit comments

Comments
 (0)