From 49a9c5026ee3e84eab0c0f0508d9b239696b5f5c Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 20 Oct 2023 11:00:18 +0200 Subject: ebuild-mode: remove end lines where they should not appear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- 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 -- cgit v1.2.3-65-gdbad