CloneUsingBothProtocols: Align closing parenthesis

With the properly formatted way already used in ReplayRecordsFromFeeder.

Change-Id: Ibca779b1c2c3f4fafb22811125db003a56d6632f
This commit is contained in:
Marco Miller
2020-02-03 19:29:25 -05:00
parent 561560a891
commit 687632f2e8

View File

@@ -44,8 +44,8 @@ class CloneUsingBothProtocols extends Simulation {
setUp(
test.inject(
constantUsersPerSec(1) during (2 seconds))
).protocols(protocol)
constantUsersPerSec(1) during (2 seconds)
)).protocols(protocol)
after {
Thread.sleep(5000)