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 7c1eecb commit 784d777Copy full SHA for 784d777
Core/Cleipnir.ResilientFunctions/Helpers/Unit.cs
@@ -1,6 +1,6 @@
1
namespace Cleipnir.ResilientFunctions.Helpers;
2
3
-public struct Unit
+public sealed class Unit
4
{
5
public static Unit Instance { get; } = new();
6
}
0 commit comments