commit: 888b33afded3d949bbab1d81b695a19177ba6fc0 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 10:49:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 11:14:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=888b33af
bintree: Do not add extra newline in before message No other message emits a *preceding* newline and there seems to be no reason why we should do it here. Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Part-of: https://github.com/gentoo/portage/pull/1469 Signed-off-by: Sam James <sam <AT> gentoo.org> lib/portage/dbapi/bintree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py index 4f0d780523..83fd1275a8 100644 --- a/lib/portage/dbapi/bintree.py +++ b/lib/portage/dbapi/bintree.py @@ -1662,7 +1662,6 @@ class binarytree: rmt_idx = pkgindex if getbinpkg_refresh or repo.frozen: extra_info = exc.extra_info if verbose else "" - writemsg_stdout("\n") writemsg_stdout( colorize( "GOOD",
