diff options
author | Anil Belur <abelur@linuxfoundation.org> | 2023-04-28 08:28:20 +1000 |
---|---|---|
committer | Anil Belur <abelur@linuxfoundation.org> | 2023-04-28 08:29:51 +1000 |
commit | 47efefb966ce4e8b60221c1dcf57a4ed0bb98c01 (patch) | |
tree | 7f46204007c59bae38ff56a968261da9aa7878f5 | |
parent | 0e84ec02db74e2e3e6a633d00d5080763335cb62 (diff) |
Chore: Fix yaml lint error
error no new line character at the end of file
(new-line-at-end-of-file)
Issue-ID: CIMAN-33
Change-Id: I314f270c605940d4c5b56260d3782f6bdacce894
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
-rw-r--r-- | INFO.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -125,4 +125,5 @@ tsc: link: 'https://lists.onap.org/g/onap-tsc/message/9017' - type: 'Addition' name: 'Marek Szwalkiewicz' - link: 'https://lists.onap.org/g/onap-tsc/message/9275'
\ No newline at end of file + link: 'https://lists.onap.org/g/onap-tsc/message/9275' + |