Skip to content

Commit

Permalink
remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Jul 13, 2015
1 parent 882a945 commit 6c2a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consular/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def main(scheme, host, port, consul, marathon, registration_id):
from consular.main import Consular
from twisted.python import log

consular = Consular(consul, marathon)
if registration_id:
events_url = "%s://%s:%s/events?%s" % (
Expand Down

0 comments on commit 6c2a3cb

Please sign in to comment.