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

Commit 9b9e875

Browse files
committed
small code style fix
1 parent 1002511 commit 9b9e875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Titanium.Web.Proxy.Examples.Basic/ProxyTestController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void StartProxy()
8787
//An explicit endpoint is where the client knows about the existence of a proxy
8888
//So client sends request in a proxy friendly manner
8989
proxyServer.AddEndPoint(explicitEndPoint);
90-
proxyServer.Start();
90+
proxyServer.Start();
9191

9292

9393
//Transparent endpoint is useful for reverse proxy (client is not aware of the existence of proxy)

0 commit comments

Comments
 (0)