Skip to content

Commit c640289

Browse files
committed
more tweaking
1 parent b1c2164 commit c640289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeGen/CloudflareProxiesGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private static bool TryParseAndWriteIpNetworkArrayEntry(StringBuilder builder, s
2929

3030
var bytes = ipAddress.GetAddressBytes();
3131

32-
builder.Append("new IPNetwork(new IPAddress(new byte[]{");
32+
builder.Append(" new IPNetwork(new IPAddress(new byte[]{");
3333

3434
for (int i = 0, last = bytes.Length - 1; i <= last; i++)
3535
{

0 commit comments

Comments
 (0)