Skip to content

Commit 4df0cff

Browse files
committed
chore: format fix
1 parent 198c9d1 commit 4df0cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema-components-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class SchemaComponentsMap {
6767

6868
get = ($ref: string) => {
6969
return this._data.find((c) => c.$ref === $ref) || null;
70-
}
70+
};
7171

7272
// Ensure enums are at the top of components list
7373
enumsFirst() {

0 commit comments

Comments
 (0)