Skip to content

Commit 19d6744

Browse files
Devesh0129github-actions[bot]
authored andcommitted
apply formatting changes
1 parent b7799de commit 19d6744

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • meta_configurator/src/schema/graph-representation

meta_configurator/src/schema/graph-representation/typeUtils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type {JsonSchemaObjectType, SchemaPropertyTypes} from '@/schema/jsonSchemaType';
22
import {pathToJsonPointer} from '@/utility/pathUtils';
33
import {SchemaNodeData} from '@/schema/graph-representation/schemaGraphTypes';
4-
import type {Path} from '@/utility/path'
5-
import { cleanupSchemaByType } from '../cleanupSchemaByType';
4+
import type {Path} from '@/utility/path';
5+
import {cleanupSchemaByType} from '../cleanupSchemaByType';
66

77
export type AttributeTypeChoice = {label: string; schema: JsonSchemaObjectType};
88

@@ -133,7 +133,7 @@ export function applyNewType(
133133

134134
if (typeSchema.$ref) {
135135
currentSchema.$ref = typeSchema.$ref;
136-
cleanupSchemaByType(currentSchema, '$ref');
136+
cleanupSchemaByType(currentSchema, '$ref');
137137
} else {
138138
delete currentSchema.$ref;
139139
}

0 commit comments

Comments
 (0)