Skip to content

Commit 3ac7cbb

Browse files
committed
Sealing unit type
1 parent 1a69cc8 commit 3ac7cbb

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 class Unit
3+
public sealed class Unit
44
{
55
public static Unit Instance { get; } = new();
66
}

0 commit comments

Comments
 (0)