Skip to content

Commit

Permalink
fix github actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 22, 2024
1 parent a4dd8e4 commit afc7daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion/unindexed_block_completer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl<'a> UnindexedBlock<'a> {
_ => false
}) {

Some(referenceable @ Referenceable::IndexedBlock(_, indexed_block)) => (
Some(ref referenceable @ Referenceable::IndexedBlock(_, indexed_block)) => (
preview_referenceable(completer.link_completer.vault(), &referenceable).map(Documentation::MarkupContent),
None,
CompletionItemKind::REFERENCE,
Expand Down

0 comments on commit afc7daf

Please sign in to comment.