Skip to content

Commit b4422f5

Browse files
Update sqlmesh/lsp/main.py
Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
1 parent 83a3c3e commit b4422f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/lsp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def ensure_context_for_document(document: TextDocument) -> TextDocument:
6666
def formatting(
6767
ls: LanguageServer, params: types.DocumentFormattingParams
6868
) -> t.List[types.TextEdit]:
69-
"""Format the document based using SQLMesh format_model_expressions."""
69+
"""Format the document using SQLMesh format_model_expressions."""
7070
try:
7171
document = ensure_context_for_document(ls.workspace.get_document(params.text_document.uri))
7272
context, _ = PATHS_TO_MODELS.get(document.path, (None, None))

0 commit comments

Comments
 (0)