We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a69cc8 commit 3ac7cbbCopy full SHA for 3ac7cbb
Core/Cleipnir.ResilientFunctions/Helpers/Unit.cs
@@ -1,6 +1,6 @@
1
namespace Cleipnir.ResilientFunctions.Helpers;
2
3
-public class Unit
+public sealed class Unit
4
{
5
public static Unit Instance { get; } = new();
6
}
0 commit comments