Skip to content

Commit

Permalink
added one more space before comment
Browse files Browse the repository at this point in the history
  • Loading branch information
opirko-ui committed Nov 10, 2023
1 parent 13b1100 commit b0aa281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click_repl/_completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def get_completions(self, document, complete_event=None):
try:
self.parsed_ctx = _resolve_context(args, self.ctx)
except Exception:
return [] # autocompletion for nonexistent cmd can throw here
return [] # autocompletion for nonexistent cmd can throw here
self.ctx_command = self.parsed_ctx.command

if getattr(self.ctx_command, "hidden", False):
Expand Down

0 comments on commit b0aa281

Please sign in to comment.