Skip to content

Commit 0269071

Browse files
committed
cargo fmt
1 parent ad603c3 commit 0269071

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/src/bin

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() {
2929

3030
fn try_main() -> Result<()> {
3131
let args = args::Args::parse()?;
32-
32+
3333
#[cfg(debug_assertions)]
3434
if args.wait_dbg || env::var("RA_WAIT_DBG").is_ok() {
3535
#[allow(unused_mut)]

0 commit comments

Comments
 (0)