Added Menu Items
[holmes/rule-management.git] / rulemgt-frontend / src / app / correlation-ruleInfo / ruleInfo.component.ts
index 7f8d375..56376df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright 2017 ZTE Corporation.
+ Copyright 2018 ZTE Corporation.
 
  Licensed under the Apache License, Version 2.0 (the 'License');
  you may not use this file except in compliance with the License.
@@ -38,7 +38,6 @@ export class RuleInfo implements OnInit {
             let msg = { title: 'exception_content_error', message: 'exception_package_error' };
             this.modalService.getmodalObservable.next(msg);
         } else {
-
             this.alarmRuleService.checkContent(this.queryRule.content)
                 .then(res => {
                     if (res.status == 200) {