Skip to content

Commit 9d63e87

Browse files
committed
removed space in setter of Timeout property
1 parent 433fb1e commit 9d63e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModernHttpClient/Facades.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public NativeMessageHandler(bool throwOnCaptiveNetwork, bool customSSLVerificati
4343
public TimeSpan? Timeout
4444
{
4545
get {throw new Exception(wrongVersion);}
46-
set { throw new Exception(wrongVersion);}
46+
set {throw new Exception(wrongVersion);}
4747
}
4848

4949
public void RegisterForProgress(HttpRequestMessage request, ProgressDelegate callback)

0 commit comments

Comments
 (0)