commit: 846452316e4985b987ff6ef8b8e7b45b5fc3933f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 00:01:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 00:01:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84645231
dev-java/byte-buddy: fix WhitespaceFound Signed-off-by: Sam James <sam <AT> gentoo.org> dev-java/byte-buddy/byte-buddy-1.12.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild b/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild index c5c66b0dfca9..19a18b9b4eae 100644 --- a/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild +++ b/dev-java/byte-buddy/byte-buddy-1.12.13.ebuild @@ -133,7 +133,7 @@ src_test() { net.bytebuddy.pool.TypePoolDefaultMethodDescriptionTest # 39 tests # v1.12.13 net.bytebuddy.build.CachedReturnPluginTest # 44 tests - net.bytebuddy.build.CachedReturnPluginOtherTest # 4 tests + net.bytebuddy.build.CachedReturnPluginOtherTest # 4 tests ) java-pkg-simple_src_test }