[misc] 01/01: Fix spacing between 2nd-level items

Ximin Luo infinity0 at debian.org
Mon May 29 12:27:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit 3895e08821a34837d0a1d48a8dc379d2420016c8
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon May 29 14:26:37 2017 +0200

    Fix spacing between 2nd-level items
---
 reports/bin/generate-draft.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 828d5b3..e39be76 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -58,8 +58,8 @@ FIXME: prune the below list so it doesn't duplicate the information above, and
 perhaps also run bin/review-bugs to see if anything was missed.
 
 {% for x, ys in patches.items()|sort %}* {{ x }}:
-{% for y in ys %}  * [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].{% endfor %}
-{% endfor %}
+{% for y in ys %}  * [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].
+{% endfor %}{% endfor %}
 
 Reviews of unreproducible packages
 ----------------------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list