Skip to content

Commit

Permalink
Codstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy committed May 16, 2024
1 parent a3d9429 commit aeecfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TypeScript.ContractGenerator/CustomTypeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public CustomTypeGenerator WithTypeBuildingContext(Func<ITypeInfo, bool> accept,
typeBuildingContextRules.Add(new TypeBuildingContextRule(accept, createContext));
return this;
}

public CustomTypeGenerator WithTypeBuildingContext(Func<ITypeInfo, bool> accept, Func<ITypeInfo, ITypeBuildingContext> createContext)
{
typeBuildingContextRules.Add(new TypeBuildingContextRule(accept, createContext));
Expand Down

0 comments on commit aeecfa2

Please sign in to comment.