Skip to content

Commit 9ffaffe

Browse files
committed
Discard changes to playground/package-lock.json
1 parent 9e75172 commit 9ffaffe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/ty_wasm/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ fn map_targets_to_links(
484484
) -> Vec<LocationLink> {
485485
let source_range = Range::from_text_range(
486486
targets.file_range().range(),
487-
&index,
488-
&source,
487+
index,
488+
source,
489489
position_encoding,
490490
);
491491

playground/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)