Skip to content

Commit 8a213e1

Browse files
eneufeldedgarmueller
authored andcommitted
Fixed formatting
1 parent 7037c1a commit 8a213e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/material-tree-renderer/src/services/property.util.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ const resolveAndMakeSchemaSelfContained = (
155155
parentSchema: JsonSchema7,
156156
refPath: string
157157
): JsonSchema7 => {
158-
const schema: JsonSchema7 = resolveSchema(parentSchema, refPath) as JsonSchema7;
158+
const schema: JsonSchema7 = resolveSchema(
159+
parentSchema,
160+
refPath
161+
) as JsonSchema7;
159162
return {
160163
...schema,
161164
...makeSchemaSelfContained(parentSchema, schema)

0 commit comments

Comments
 (0)