clean up supporting-mustache (#18524)

This commit is contained in:
William Cheng 2024-04-28 20:45:42 +08:00 committed by GitHub
parent 519eaf6bf3
commit f8d91510a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -910,7 +910,7 @@ public class CLibcurlClientCodegen extends DefaultCodegen implements CodegenConf
// only process the following type (or we can simply rely on the file extension to check if it's a .c or .h file) // only process the following type (or we can simply rely on the file extension to check if it's a .c or .h file)
Set<String> supportedFileType = new HashSet<>( Set<String> supportedFileType = new HashSet<>(
Arrays.asList( Arrays.asList(
"supporting-mustache", "supporting-file",
"model-test", "model-test",
"model", "model",
"api-test", "api-test",