aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2018-07-13 23:04:08 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2018-07-13 23:04:28 +0530
commitb5af6ad0774fae0be4ec9639fdb425813bd75f82 (patch)
treed2361e7066cdefe77c21c334e41219f7d3aad459 /src/app
parentd081361033fc48f12ce95d3b36717ceca0abf10c (diff)
Fixed error- Added braces.
Added missing braces at the end of the file. Issue-ID: APPC-1051 Change-Id: I83db0d604bb50b2d7b8fd7fe3f8a61b0cd64ccd8 Signed-off-by: Arundathi <arundpil@in.ibm.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts b/src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts
index 5723829..3d899c1 100644
--- a/src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts
+++ b/src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts
@@ -992,4 +992,5 @@ describe('ReferenceDataformComponent', () => {
let refData = { "action": "Configure", "vnf-type": "test 1", "device-protocol": "ANSIBLE" };
component.deviceProtocolChange();
expect(spy).toHaveBeenCalled()
- }); \ No newline at end of file
+ });
+}); \ No newline at end of file