From bfab30b6d1aedfd02f2d3160dc3b3615ed15434b Mon Sep 17 00:00:00 2001 From: deaflynx Date: Wed, 4 Nov 2020 10:14:08 +0200 Subject: [PATCH] Code review. rule-chain.service minor code beautify --- ui-ngx/src/app/core/http/rule-chain.service.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/core/http/rule-chain.service.ts b/ui-ngx/src/app/core/http/rule-chain.service.ts index 1a6c011a4c..61a52e899b 100644 --- a/ui-ngx/src/app/core/http/rule-chain.service.ts +++ b/ui-ngx/src/app/core/http/rule-chain.service.ts @@ -25,9 +25,10 @@ import { RuleChain, RuleChainConnectionInfo, RuleChainMetaData, - ruleChainNodeComponent, RuleChainType, + ruleChainNodeComponent, ruleNodeTypeComponentTypes, - unknownNodeComponent + unknownNodeComponent, + RuleChainType } from '@shared/models/rule-chain.models'; import { ComponentDescriptorService } from './component-descriptor.service'; import {