Skip to content

Commit 4579400

Browse files
Update crates/pgt_workspace/src/workspace/server/parsed_document.rs
Co-authored-by: Julian Domke <[email protected]>
1 parent 62aac65 commit 4579400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/workspace/server/parsed_document.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct ParsedDocument {
2525
ast_db: PgQueryStore,
2626
cst_db: TreeSitterStore,
2727
sql_fn_db: SQLFunctionBodyStore,
28-
annoation_db: AnnotationStore,
28+
annotation_db: AnnotationStore,
2929
}
3030

3131
impl ParsedDocument {

0 commit comments

Comments
 (0)