From 8a5e40f28ee1cf4fbe4ace0fe81c95c1be35ac97 Mon Sep 17 00:00:00 2001 From: "SINGAL, KAPIL (ks220y)" Date: Mon, 16 Sep 2019 22:03:41 +0000 Subject: Changing line separator type to LF Changed Line Separator for all files using find . -type f -not -name .* -exec dos2unix {} \; Issue-ID: CCSDK-1733 Signed-off-by: SINGAL, KAPIL (ks220y) Change-Id: I2efa3276c35c0a0159c6d4debe21c0bd0b4a7b85 --- cds-ui/client/src/assets/sample-licenses.json | 58 +++++++++++++-------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'cds-ui/client/src/assets/sample-licenses.json') diff --git a/cds-ui/client/src/assets/sample-licenses.json b/cds-ui/client/src/assets/sample-licenses.json index 86a8e5d0b..83efd0d2c 100644 --- a/cds-ui/client/src/assets/sample-licenses.json +++ b/cds-ui/client/src/assets/sample-licenses.json @@ -1,29 +1,29 @@ -{ - "tags": "sample-licenses", - "name": "sample-licenses", - "property": { - "description" : " Sample Data for licences", - "required": true, - "type": "list", - "entry_schema": { - "type": "dt-license-key" - } - }, - "updated-by": "brindasanth@onap.com", - "sources": { - "config-data": { - "type": "source-rest", - "properties": { - "type": "JSON", - "url-path": "config/L3VNF-API:services/service-list/", - "path": "/licenses", - "input-key-mapping": { - }, - "output-key-mapping": { - "licenses": "licenses" - }, - "key-dependencies": [] - } - } - } -} +{ + "tags": "sample-licenses", + "name": "sample-licenses", + "property": { + "description" : " Sample Data for licences", + "required": true, + "type": "list", + "entry_schema": { + "type": "dt-license-key" + } + }, + "updated-by": "brindasanth@onap.com", + "sources": { + "config-data": { + "type": "source-rest", + "properties": { + "type": "JSON", + "url-path": "config/L3VNF-API:services/service-list/", + "path": "/licenses", + "input-key-mapping": { + }, + "output-key-mapping": { + "licenses": "licenses" + }, + "key-dependencies": [] + } + } + } +} -- cgit 1.2.3-korg