mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
flake8 fix - bad indentation
This commit is contained in:
parent
30e6626927
commit
5079e671dc
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class XonshKernel(Kernel):
|
|||
endidx = pos
|
||||
begidx = pos - len(prefix)
|
||||
rtn, _ = self.completer.complete(prefix, line, begidx,
|
||||
endidx, shell.ctx)
|
||||
endidx, shell.ctx)
|
||||
message = {'matches': rtn, 'cursor_start': begidx, 'cursor_end': endidx,
|
||||
'metadata': {}, 'status': 'ok'}
|
||||
return message
|
||||
|
|
Loading…
Add table
Reference in a new issue