diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:18 +0200 |
commit | 49a9c5026ee3e84eab0c0f0508d9b239696b5f5c (patch) | |
tree | af216b79f9d392dbe61bab11c7ff287c2422c1dc | |
parent | add tc-export.yas (diff) | |
download | emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.tar.gz emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.tar.bz2 emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.zip |
ebuild-mode: remove end lines where they should not appear
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | snippets/ebuild-mode/docs.yas | 2 | ||||
-rw-r--r-- | snippets/ebuild-mode/python_gen_cond_dep.yas | 2 | ||||
-rw-r--r-- | 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 |