Skip to content

Commit 784d777

Browse files
committed
Reverted Unit to class type
1 parent 7c1eecb commit 784d777

File tree

1 file changed

+1
-1
lines changed
  • Core/Cleipnir.ResilientFunctions/Helpers

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Cleipnir.ResilientFunctions.Helpers;
22

3-
public struct Unit
3+
public sealed class Unit
44
{
55
public static Unit Instance { get; } = new();
66
}

0 commit comments

Comments
 (0)