diff --git a/blueprintcompiler/lsp.py b/blueprintcompiler/lsp.py index 62d3dcc..7dc7daf 100644 --- a/blueprintcompiler/lsp.py +++ b/blueprintcompiler/lsp.py @@ -292,7 +292,7 @@ class LanguageServer: return try: - formatted_blp = Format.format( + formatted_blp = Formatter.format( open_file.text, params["options"]["tabSize"], params["options"]["insertSpaces"],