Skip to content

Commit

Permalink
chore: 🤖 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Dec 13, 2023
1 parent 3a262c9 commit 204fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl LanguageServer for Backend {
.into_iter()
.map(|uri| {
(
// should convert successfully, case the key is from `params.document.uri`
// should convert successfully, case the key is from `params.document.uri`
Url::from_str(&uri)
.ok()
.and_then(|url| url.to_file_path().ok())
Expand Down

0 comments on commit 204fc5e

Please sign in to comment.