Skip to content

Commit da2d0d9

Browse files
committed
Make ProxyOptions sealed to satisfy test
1 parent 5b17893 commit da2d0d9

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)