From bdac2a5f4d8b3a87a103fb008b9e790671c0b930 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 5 Nov 2022 11:09:35 +0100 Subject: [PATCH] fix: add missing newline Signed-off-by: Sefa Eyeoglu --- .gitignore | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9a793d2e..010bc3235 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,4 @@ result/ flatbuild # Snap -*.snap \ No newline at end of file +*.snap diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f64e5b0a5..8e647eea1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -52,4 +52,4 @@ apps: - opengl - network - network-bind - - audio-playback \ No newline at end of file + - audio-playback