mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Fix classname
This commit is contained in:
parent
4fa64cdf33
commit
ceb70271fd
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class LanguageServer:
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
formatted_blp = Format.format(
|
formatted_blp = Formatter.format(
|
||||||
open_file.text,
|
open_file.text,
|
||||||
params["options"]["tabSize"],
|
params["options"]["tabSize"],
|
||||||
params["options"]["insertSpaces"],
|
params["options"]["insertSpaces"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue