Skip to content

Commit

Permalink
fix formatting in examples/start_multiple_transient_unit.py
Browse files Browse the repository at this point in the history
Summary: Re-run the black formatter on this file.

Reviewed By: aleivag, davide125

Differential Revision: D23135503

fbshipit-source-id: ff50e755bf8cfa28616a2fea977d0a9563e8b413
  • Loading branch information
simpkins authored and facebook-github-bot committed Aug 14, 2020
1 parent 0b27c12 commit fdf4374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/start_multiple_transient_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def start_transient_unit(cmd="/bin/sleep 15", delay_in_seconds=5):
print("started {} as timer and service".format(random_unit_name))


def start_webserver(listen_stream="0.0.0.0:7042",):
def start_webserver(listen_stream="0.0.0.0:7042"):
a_cmd = [
"/usr/bin/python3",
"-c",
Expand Down

0 comments on commit fdf4374

Please sign in to comment.