Skip to content

Commit 3566963

Browse files
committed
Update comments in CodeGenProcess
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 540fc55 commit 3566963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code-gen-process.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ export class CodeGenProcess {
127127
}),
128128
);
129129

130-
//set all discriminators at the top
130+
// Set all discriminators at the top
131131
this.schemaComponentsMap.discriminatorsFirst();
132-
// put all enums at the top (before discriminators)
132+
// Put all enums at the top (before discriminators)
133133
this.schemaComponentsMap.enumsFirst();
134134

135135
const componentsToParse: SchemaComponent[] =

0 commit comments

Comments
 (0)