Skip to content

Commit 2917b7c

Browse files
Apply suggestions from code review
1 parent c545c08 commit 2917b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Helpers/DisposeAtProcessTermination.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace BenchmarkDotNet.Helpers
55
/// <summary>
66
/// Ensures that Dispose is called at termination of the Process.
77
/// </summary>
8-
public class DisposeAtProcessTermination : IDisposable
8+
public abstract class DisposeAtProcessTermination : IDisposable
99
{
1010
public DisposeAtProcessTermination()
1111
{

0 commit comments

Comments
 (0)