macros: remove spurious whitespace
Fixes: https://pagure.io/fedora-rust/rust2rpm/issue/48 Reported-by: Josh Stone <jistone@redhat.com> Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
5313b35271
commit
cd63296353
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ directory = "%{cargo_registry}"\
|
||||||
[source.crates-io]\
|
[source.crates-io]\
|
||||||
registry = "https://crates.io"\
|
registry = "https://crates.io"\
|
||||||
replace-with = "local-registry"\
|
replace-with = "local-registry"\
|
||||||
EOF \
|
EOF\
|
||||||
%{__rm} -f Cargo.lock \
|
%{__rm} -f Cargo.lock \
|
||||||
%if ! %{with check} \
|
%if ! %{with check} \
|
||||||
# https://github.com/rust-lang/cargo/issues/3732 \
|
# https://github.com/rust-lang/cargo/issues/3732 \
|
||||||
|
|
Loading…
Reference in a new issue