Skip to content

Commit cab0820

Browse files
committed
Fix CI
1 parent aef3c0d commit cab0820

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/code_lens.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ impl Backend {
7575
Err(_) => continue,
7676
};
7777

78-
let command = self.build_code_lens_command(
79-
title,
80-
target_uri,
81-
proto.position,
82-
);
78+
let command = self.build_code_lens_command(title, target_uri, proto.position);
8379

8480
lenses.push(CodeLens {
8581
range,

0 commit comments

Comments
 (0)