Skip to content

Commit b4614dd

Browse files
Update src/Core/ApiClientCodeGen.Core/Generators/OpenApi/OpenApiCSharpCodeGenerator.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e7b274d commit b4614dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/ApiClientCodeGen.Core/Generators/OpenApi/OpenApiCSharpCodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ public string GenerateCode(IProgressReporter? pGenerateProgress)
167167
}
168168

169169
private static string Sanitize(string code) =>
170-
code.Replace("using System.Net.Mime;", "");
170+
code.Replace("using System.Net.Mime;", string.Empty);
171171
}
172172
}

0 commit comments

Comments
 (0)