commit:     f843c7900965777b328464d8bc1838f1fd172df8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 07:10:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:49:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f843c790

www-apps/chromedriver-bin: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
index 894c3d02983..7c2aac12ffe 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
@@ -21,7 +21,6 @@ RDEPEND="!www-client/chromium
 S="${WORKDIR}"
 QA_PREBUILT="usr/bin/chromedriver"
 
-src_install()
-{
+src_install() {
        dobin chromedriver
 }

Reply via email to