Skip to content

Commit 1bc33d0

Browse files
two to go
1 parent 94077e8 commit 1bc33d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_lsp/src/b_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl LanguageServer for Server {
251251
async fn inlay_hint(&self, params: InlayHintParams) -> Result<Option<Vec<InlayHint>>> {
252252
let mut uri = params.text_document.uri;
253253
normalize_uri(&mut uri);
254-
254+
255255
let path = file_path(&uri);
256256
let range = params.range;
257257

0 commit comments

Comments
 (0)