Commit 0d313e0e authored by justcoding121's avatar justcoding121

rm newline space

parent 88bb5845
...@@ -342,7 +342,6 @@ namespace Titanium.Web.Proxy ...@@ -342,7 +342,6 @@ namespace Titanium.Web.Proxy
try try
{ {
prefetchedConnection = await prefetchConnectionTask; prefetchedConnection = await prefetchConnectionTask;
} }
finally finally
{ {
......
...@@ -288,7 +288,6 @@ namespace Titanium.Web.Proxy ...@@ -288,7 +288,6 @@ namespace Titanium.Web.Proxy
try try
{ {
prefetchedConnection = await prefetchTask; prefetchedConnection = await prefetchTask;
} }
finally finally
{ {
......
...@@ -169,7 +169,6 @@ namespace Titanium.Web.Proxy ...@@ -169,7 +169,6 @@ namespace Titanium.Web.Proxy
try try
{ {
prefetchedConnection = await prefetchConnectionTask; prefetchedConnection = await prefetchConnectionTask;
} }
finally finally
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment