Skip to content

Commit 0e0488f

Browse files
committed
Fix formatting
1 parent fff2f6a commit 0e0488f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl<'a> Builder<'a> {
699699
add_lib_path(lib_paths, cmd);
700700
}
701701

702-
fn llvm_bin_path(&self) -> Option<PathBuf> {
702+
fn llvm_bin_path(&self) -> Option<PathBuf> {
703703
if self.config.llvm_enabled() {
704704
let llvm_config = self.ensure(native::Llvm {
705705
target: self.config.build,

0 commit comments

Comments
 (0)