fix some whitespace

This commit is contained in:
Aaron Janse 2020-10-12 18:41:13 -07:00
parent 0fca6ba580
commit 3f3491d64d

View file

@ -75,7 +75,7 @@ let
else ''
cargoDepsCopy="$sourceRoot/${cargoVendorDir}"
'';
targetIsJSON = stdenv.lib.hasSuffix ".json" target;
# see https://github.com/rust-lang/cargo/blob/964a16a28e234a3d397b2a7031d4ab4a428b1391/src/cargo/core/compiler/compile_kind.rs#L151-L168