commit: 49a9c5026ee3e84eab0c0f0508d9b239696b5f5c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 09:00:18 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 09:00:18 2023 +0000
URL:
https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=49a9c502
ebuild-mode: remove end lines where they should not appear
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
snippets/ebuild-mode/docs.yas | 2 +-
snippets/ebuild-mode/python_gen_cond_dep.yas | 2 +-
snippets/ebuild-mode/restrict.yas | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/snippets/ebuild-mode/docs.yas b/snippets/ebuild-mode/docs.yas
index 160482d..f69d189 100644
--- a/snippets/ebuild-mode/docs.yas
+++ b/snippets/ebuild-mode/docs.yas
@@ -23,4 +23,4 @@
# --
-DOCS=( ${1:README.md} $0 )
+DOCS=( ${1:README.md} $0 )
\ No newline at end of file
diff --git a/snippets/ebuild-mode/python_gen_cond_dep.yas
b/snippets/ebuild-mode/python_gen_cond_dep.yas
index a3c3bf5..1bd91f6 100644
--- a/snippets/ebuild-mode/python_gen_cond_dep.yas
+++ b/snippets/ebuild-mode/python_gen_cond_dep.yas
@@ -25,4 +25,4 @@
# --
\$(python_gen_cond_dep '
$0
-')
+')
\ No newline at end of file
diff --git a/snippets/ebuild-mode/restrict.yas
b/snippets/ebuild-mode/restrict.yas
index 5a73b3b..cf54a17 100644
--- a/snippets/ebuild-mode/restrict.yas
+++ b/snippets/ebuild-mode/restrict.yas
@@ -23,4 +23,4 @@
# --
-RESTRICT="${1:!test? ( test )}"
+RESTRICT="${1:!test? ( test )}"
\ No newline at end of file