Skip to content

Commit ea47117

Browse files
committed
Staticize.
1 parent 03f041e commit ea47117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyQueue/DependencyQueueEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private static void RequireValidName(string name)
137137
throw Errors.ArgumentEmpty(nameof(name));
138138
}
139139

140-
private void RequireComparer(StringComparer comparer)
140+
private static void RequireComparer(StringComparer comparer)
141141
{
142142
if (comparer is null)
143143
throw Errors.ArgumentNull(nameof(comparer));

0 commit comments

Comments
 (0)