Skip to content

Commit dc016c2

Browse files
[autofix.ci] apply automated fixes
1 parent 0ff8231 commit dc016c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_lsp/src/handlers/text_document.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub(crate) async fn did_save(
227227

228228
session.insert_document(
229229
url.clone(),
230-
Document::new(doc.project_key, doc.version, &fresh_content)
230+
Document::new(doc.project_key, doc.version, &fresh_content),
231231
);
232232

233233
// Update diagnostics with fresh content

0 commit comments

Comments
 (0)