Skip to content

Commit f9ce7cd

Browse files
committed
Fix fmt
1 parent bed0b79 commit f9ce7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/rust-analyzer/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ use std::{env, path::PathBuf, process::Command};
55
fn main() {
66
set_rerun();
77

8-
let rev = env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
8+
let rev =
9+
env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
910
println!("cargo:rustc-env=REV={}", rev)
1011
}
1112

0 commit comments

Comments
 (0)