Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 9, 2021
1 parent f11c943 commit 24911a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylsp/hookspecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def pylsp_completions(config, workspace, document, position):

@hookspec(firstresult=True)
def pylsp_completion_item_resolve(config, workspace, completion_item):
pass
pass


@hookspec
Expand Down

0 comments on commit 24911a8

Please sign in to comment.