From b0fcb2d8a3e3267ab395ed4f9fec84a3b40dbb22 Mon Sep 17 00:00:00 2001 From: Anna Carolina <8171749+accezar@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:17:32 -0300 Subject: [PATCH] docs(microsite): fixed missed endline on plugin .yaml file declaration Signed-off-by: Anna Carolina <8171749+accezar@users.noreply.github.com> --- microsite/data/plugins/library-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/library-check.yaml b/microsite/data/plugins/library-check.yaml index fdd2db1cd4..68489d676f 100644 --- a/microsite/data/plugins/library-check.yaml +++ b/microsite/data/plugins/library-check.yaml @@ -7,4 +7,4 @@ description: Check the status of project package or library based on main regist documentation: https://github.com/anakzr/backstage-plugin-library-check iconUrl: /img/library-check-logo.png npmPackageName: '@anakz/backstage-plugin-library-check' -addedDate: '2024-03-11' \ No newline at end of file +addedDate: '2024-03-11'