Skip to content

Commit 24911a8

Browse files
committed
Fix indentation
1 parent f11c943 commit 24911a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/hookspecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def pylsp_completions(config, workspace, document, position):
3131

3232
@hookspec(firstresult=True)
3333
def pylsp_completion_item_resolve(config, workspace, completion_item):
34-
pass
34+
pass
3535

3636

3737
@hookspec

0 commit comments

Comments
 (0)