Skip to content

Commit 8a0811f

Browse files
committed
Changed ThrowHelper to static.
1 parent e19b148 commit 8a0811f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FluentScheduler/Common/ThrowHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace FluentScheduler;
55

66
// helper methods for performing simple validations and that should throw an exception
7-
internal class ThrowHelper
7+
internal static class ThrowHelper
88
{
99
// throws if the given value is not present in the given enum T
1010
internal static void ThrowIfNotDefinedInEnum<T>(

0 commit comments

Comments
 (0)