Skip to content

Commit 7bf2e3b

Browse files
committed
Make ProxyOptions sealed to satisfy test
1 parent 4ab3b46 commit 7bf2e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/ProxyOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace LibGit2Sharp
66
{
7-
public class ProxyOptions
7+
public sealed class ProxyOptions
88
{
99
public ProxyType ProxyType { get; set; } = ProxyType.Auto;
1010

0 commit comments

Comments
 (0)