x11-misc/leftwm-theme: remove trailing whitespace

Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
This commit is contained in:
Remigiusz Micielski 2023-08-14 10:16:37 +02:00
parent eeffdbb49d
commit 28c07c41e1
No known key found for this signature in database
GPG Key ID: 87B4745C8C6BFE18

View File

@ -191,7 +191,6 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD MIT MPL-2.0 Unicode-DFS-2016"
@ -222,4 +221,3 @@ src_install() {
cd target/$(usex debug debug release) || die
dobin leftwm-theme
}