We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f041e commit ea47117Copy full SHA for ea47117
1 file changed
DependencyQueue/DependencyQueueEntry.cs
@@ -137,7 +137,7 @@ private static void RequireValidName(string name)
137
throw Errors.ArgumentEmpty(nameof(name));
138
}
139
140
- private void RequireComparer(StringComparer comparer)
+ private static void RequireComparer(StringComparer comparer)
141
{
142
if (comparer is null)
143
throw Errors.ArgumentNull(nameof(comparer));
0 commit comments