Skip to content

Commit cec94e3

Browse files
committed
typo
1 parent ac13ba3 commit cec94e3

File tree

1 file changed

+2
-2
lines changed
  • src/ConfigurationFormats

1 file changed

+2
-2
lines changed

src/ConfigurationFormats/edt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export class Edt {
462462
const items = [
463463
GetTreeItem('', 'Реквизиты', { icon: 'attribute', children: attributes?.length === 0 ? undefined : attributes }),
464464
GetTreeItem('', 'Табличные части', { icon: 'tabularSection', children: tabularSection }),
465-
]
465+
];
466466

467467
return [ ...items, ...this.fillCommonItems(idPrefix, metadataType, metadata) ];
468468
}
@@ -507,7 +507,7 @@ export class Edt {
507507
commandArguments: [ path ],
508508
path: path,
509509
configType: 'edt',
510-
})
510+
});
511511
})
512512
}),
513513
];

0 commit comments

Comments
 (0)