Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Feb 17, 2017
1 parent c61d3bb commit a0b9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/test/test_taskratio.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class Tasks(TaskSet):
@task
def root_task1(self):
pass
@task

@task
class SubTasks(TaskSet):
@task
def task1(self):
Expand Down

0 comments on commit a0b9607

Please sign in to comment.