Skip to content

Commit

Permalink
remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Aug 28, 2024
1 parent a919bea commit f964f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class ErlangServerDeprecatedCodegen extends DefaultCodegen implements Cod
public ErlangServerDeprecatedCodegen() {
super();

generatorMetadata = GeneratorMetadata.newBuilder(generatorMetadata).stability(Stability.DEPRECATED).build();
generatorMetadata = GeneratorMetadata.newBuilder(generatorMetadata).stability(Stability.DEPRECATED).build();

modifyFeatureSet(features -> features
.includeDocumentationFeatures(DocumentationFeature.Readme)
Expand Down

0 comments on commit f964f5b

Please sign in to comment.