Skip to content

Commit c6a3ed2

Browse files
committed
Changed backing of UnitDesignation
1 parent ad9a34f commit c6a3ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synercoding.Primitives/UnitDesignation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Synercoding.Primitives
33
/// <summary>
44
/// Different designations for units
55
/// </summary>
6-
public enum UnitDesignation
6+
public enum UnitDesignation : byte
77
{
88
/// <summary>
99
/// Points, 72 per inch

0 commit comments

Comments
 (0)