Skip to content

Commit 9914d30

Browse files
committed
Fix formatting
1 parent 2174aca commit 9914d30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/rust-analyzer/src/to_proto.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,10 @@ pub(crate) fn code_lens(
11641164
let r = runnable(snap, run)?;
11651165

11661166
let lens_config = snap.config.lens();
1167-
if lens_config.run && client_commands_config.run_single && r.args.workspace_root.is_some() {
1167+
if lens_config.run
1168+
&& client_commands_config.run_single
1169+
&& r.args.workspace_root.is_some()
1170+
{
11681171
let command = command::run_single(&r, &title);
11691172
acc.push(lsp_types::CodeLens {
11701173
range: annotation_range,

0 commit comments

Comments
 (0)