From aeecfa2a937c9ae333fcb7c09e365746b0cda174 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 16 May 2024 17:00:16 +0500 Subject: [PATCH] Codstyle fix --- TypeScript.ContractGenerator/CustomTypeGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript.ContractGenerator/CustomTypeGenerator.cs b/TypeScript.ContractGenerator/CustomTypeGenerator.cs index dbad2a9..c4c2826 100644 --- a/TypeScript.ContractGenerator/CustomTypeGenerator.cs +++ b/TypeScript.ContractGenerator/CustomTypeGenerator.cs @@ -107,7 +107,7 @@ public CustomTypeGenerator WithTypeBuildingContext(Func accept, typeBuildingContextRules.Add(new TypeBuildingContextRule(accept, createContext)); return this; } - + public CustomTypeGenerator WithTypeBuildingContext(Func accept, Func createContext) { typeBuildingContextRules.Add(new TypeBuildingContextRule(accept, createContext));