From 08bbb09dbf9d806b99a9283fcf5198d07b91f5e5 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 18 Feb 2020 15:54:33 +0100 Subject: Fix YAML files linter errors for new-line-at-end-of-file rule Fixed files that lacked the end of file new line. Change-Id: I552f408b88a3a529e25236b7118be3b5a5741c7e Signed-off-by: Bartek Grzybowski Issue-ID: INT-1451 --- .../src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml | 2 +- .../src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/mocks/pnf-onboarding') diff --git a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml index 400efea52..1cd4a16a4 100644 --- a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml +++ b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml @@ -25,4 +25,4 @@ topology_template: role: leaf description: External connection point to access Acme myPnf requirements: - - dependency: myPnf \ No newline at end of file + - dependency: myPnf diff --git a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml index 83f1d3e8e..a8c9b6b47 100644 --- a/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml +++ b/test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml @@ -210,4 +210,4 @@ event: keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalText},value: {presence: optional}}}, keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalInfo},value: {presence: optional}}}} } -... \ No newline at end of file +... -- cgit 1.2.3-korg