Commit bfab30b6d1aedfd02f2d3160dc3b3615ed15434b
1 parent
9581b948
Code review. rule-chain.service minor code beautify
Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -25,9 +25,10 @@ import { |
25 | 25 | RuleChain, |
26 | 26 | RuleChainConnectionInfo, |
27 | 27 | RuleChainMetaData, |
28 | - ruleChainNodeComponent, RuleChainType, | |
28 | + ruleChainNodeComponent, | |
29 | 29 | ruleNodeTypeComponentTypes, |
30 | - unknownNodeComponent | |
30 | + unknownNodeComponent, | |
31 | + RuleChainType | |
31 | 32 | } from '@shared/models/rule-chain.models'; |
32 | 33 | import { ComponentDescriptorService } from './component-descriptor.service'; |
33 | 34 | import { | ... | ... |