Skip to content
Commit aa611a2c authored by David Pursehouse's avatar David Pursehouse
Browse files

sync: Fix flake8 E125 and E129 warnings



- E129 visually indented line with same indent as next logical line
- E125 continuation line with same indent as next logical line

Fixed automatically by:

 autopep8 --in-place --select E125,E129 subcmds/sync.py

Change-Id: Ia2f82f443e1e6a23ba22c6f9849c8485405aed0e
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/256092
Reviewed-by: default avatarMike Frysinger <vapier@google.com>
Tested-by: default avatarDavid Pursehouse <dpursehouse@collab.net>
parent 949bc342
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment