Skip to content

Commit

Permalink
Update Extensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhs committed Aug 11, 2023
1 parent 227b9f1 commit 10372ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moq/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public static Type SubstituteTypeMatchers(this Type type, Type other)
return type;
}

private static readonly ConcurrentDictionary<Tuple<Type, Type>, InterfaceMapping> mappingsCache = new ();
private static readonly ConcurrentDictionary<Tuple<Type, Type>, InterfaceMapping> mappingsCache = new();

private static InterfaceMapping GetInterfaceMap(Type type, Type interfaceType)
{
Expand Down

0 comments on commit 10372ae

Please sign in to comment.