Remove newline for llvm FileCheck binary path

This commit is contained in:
Guillaume Gomez 2023-11-22 17:54:58 +01:00
parent 23c97b545d
commit 673661db8b

View File

@ -597,7 +597,7 @@ download-ci-llvm = false
home = env.get("HOME").unwrap(),
toolchain = toolchain,
host_triple = args.config_info.host_triple,
llvm_filecheck = llvm_filecheck,
llvm_filecheck = llvm_filecheck.trim(),
),
)
.map_err(|error| format!("Failed to write into `rust/config.toml`: {:?}", error))?;