commit: 82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f Author: Florian Schmaus <flo <AT> geekplace <DOT> eu> AuthorDate: Fri Sep 6 08:54:40 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 16:48:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b7dd3e
dev-python/yapf: Fix whitespace error in metadata.xml Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12868 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/yapf/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml index 28299522aad..6a8372b755f 100644 --- a/dev-python/yapf/metadata.xml +++ b/dev-python/yapf/metadata.xml @@ -13,6 +13,6 @@ YAPF is based off of 'clang-format', developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code - didn't violate the style guide. + didn't violate the style guide. </longdescription> </pkgmetadata>
