From 687632f2e83b0d6969c482373b200245c5e81c1c Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Mon, 3 Feb 2020 19:29:25 -0500 Subject: [PATCH] CloneUsingBothProtocols: Align closing parenthesis With the properly formatted way already used in ReplayRecordsFromFeeder. Change-Id: Ibca779b1c2c3f4fafb22811125db003a56d6632f --- .../com/google/gerrit/scenarios/CloneUsingBothProtocols.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/load-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala b/e2e-tests/load-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala index b02657aa55..9e2aca0d67 100644 --- a/e2e-tests/load-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala +++ b/e2e-tests/load-tests/src/test/scala/com/google/gerrit/scenarios/CloneUsingBothProtocols.scala @@ -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)