Skip to content

Commit 5c4ae7a

Browse files
committed
remove tab
1 parent 6f56b58 commit 5c4ae7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractScalaCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ protected String formatIdentifier(String name, boolean capitalized) {
530530
return identifier;
531531
}
532532

533-
// below code block only for scala-sttp4-jsoniter for backward copmatibility
533+
// below code block only for scala-sttp4-jsoniter for backward copmatibility
534534
if (this instanceof ScalaSttp4JsoniterClientCodegen) {
535535
if (identifier.matches("[0-9]*")) {
536536
return escapeReservedWord(identifier);

0 commit comments

Comments
 (0)