Skip to content

Commit

Permalink
Accidentally reversed pep8 fixed before, fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamG committed Jun 10, 2019
1 parent 12f49b2 commit ca7abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synctl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def abort(message, colour=RED, stream=sys.stderr):
sys.exit(1)


def start(configfile, daemonize = True):
def start(configfile, daemonize=True):
write("Starting ...")
args = SYNAPSE

Expand Down

0 comments on commit ca7abb1

Please sign in to comment.