From 0b2128e812d24ad23c9c8a2c26e585d3140fe1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 12 Nov 2023 08:40:33 +0100 Subject: [PATCH] fix(snap): fix snapcraft.yaml formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 31489096..3a9e7dc2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -25,4 +25,4 @@ parts: stage-packages: - libgit2-24 - cmake - - libz-dev \ No newline at end of file + - libz-dev