From ebe2b4d5e616a69b374fa9214255c971e014d144 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 20 Mar 2020 14:35:39 +0100 Subject: Pretty print json files in tutorials/ Fixing json files to conform to linter rules. Change-Id: Ib71831d153f32133eef7deb95804e9d96240f5c7 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- tutorials/SDNC_AAIService_Adaptor/AAI_READ_TEST_aaiReadTest.json | 2 +- tutorials/SDNC_AAIService_Adaptor/AAI_WRITE_TEST_aaiWriteTest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorials/SDNC_AAIService_Adaptor') diff --git a/tutorials/SDNC_AAIService_Adaptor/AAI_READ_TEST_aaiReadTest.json b/tutorials/SDNC_AAIService_Adaptor/AAI_READ_TEST_aaiReadTest.json index 77d78bbd..ff3fe94b 100644 --- a/tutorials/SDNC_AAIService_Adaptor/AAI_READ_TEST_aaiReadTest.json +++ b/tutorials/SDNC_AAIService_Adaptor/AAI_READ_TEST_aaiReadTest.json @@ -108,4 +108,4 @@ [] ] } -] \ No newline at end of file +] diff --git a/tutorials/SDNC_AAIService_Adaptor/AAI_WRITE_TEST_aaiWriteTest.json b/tutorials/SDNC_AAIService_Adaptor/AAI_WRITE_TEST_aaiWriteTest.json index 4dda3ffe..81a56575 100644 --- a/tutorials/SDNC_AAIService_Adaptor/AAI_WRITE_TEST_aaiWriteTest.json +++ b/tutorials/SDNC_AAIService_Adaptor/AAI_WRITE_TEST_aaiWriteTest.json @@ -93,4 +93,4 @@ [] ] } -] \ No newline at end of file +] -- cgit