From 015e6ee713a5a55f0450b0523e62841d8063aa3f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 7 May 2019 18:51:16 +0200 Subject: fix(snippets): aomewhere we lost two empty lines. --- snippets/changes.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/changes.snippets b/snippets/changes.snippets index b3fae6b..f809d35 100644 --- a/snippets/changes.snippets +++ b/snippets/changes.snippets @@ -1,5 +1,7 @@ snippet ch ------------------------------------------------------------------- `system('LC_TIME=en_DK date "+%a %b %e %X %Z %Y"|tr -d "\n"')` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')` + - ${0} + -- cgit