From ceb70271fd2de49d3e769d08746985f84320dc66 Mon Sep 17 00:00:00 2001 From: JCWasmx86 Date: Fri, 3 Nov 2023 15:26:08 +0000 Subject: [PATCH] lsp: Fix classname --- blueprintcompiler/lsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],